commit cce3b1654200f4cb8a18f4ad96517cea2745d288
parent c50238f06339bd52999c0a0c6c6ab5c6be15f0cd
Author: parazyd <parazyd@dyne.org>
Date: Fri, 22 Apr 2016 12:59:24 +0200
fix to cubieboard2 boot.cmd
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arm/scripts/cubieboard2.sh b/arm/scripts/cubieboard2.sh
@@ -92,7 +92,7 @@ ${device_name}-build-kernel() {
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra} rw rootfstype=ext4 net.ifnames=0
fatload mmc 0 0x43000000 script.bin
fatload mmc 0 0x48000000 uImage
-fatload mmc 0 0x48000000 uImage
+bootm 0x48000000
EOF
notice "Creating u-boot script image..."