]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: doc: Fix U-Boot proper location for falcon
authorJagan Teki <jagannadh.teki@gmail.com>
Fri, 10 Nov 2017 11:48:43 +0000 (17:18 +0530)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 10 Nov 2017 13:08:21 +0000 (14:08 +0100)
This patch fixed U-Boot proper location has been
missed to update in bewlo commit
"rockchip: doc: update U-Boot location info"
(sha1: 73e6dbe855f357a8330cfd53ff3033303611c1ad)

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
doc/README.rockchip

index a7761af3e83868eeb8a307c7ac0b35feb621e6dc..da99f301ff702f1939d40f9d46b5df67cecc536f 100644 (file)
@@ -166,7 +166,7 @@ To write an image that boots from an SD card (assumed to be /dev/mmcblk0):
    ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out &&
     cat ./spl/u-boot-spl-dtb.bin >> out &&
     sudo dd if=out of=/dev/mmcblk0 seek=64 &&
-    sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=256
+    sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384
 
 Booting from an SD card on RK3188
 =================================