fix to cubieboard2 boot.cmd

This commit is contained in:
parazyd 2016-04-22 12:59:24 +02:00
parent c50238f063
commit cce3b16542
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
1 changed files with 1 additions and 1 deletions

View File

@ -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..."