rpi3: config: change the 'kernel' parameter from Image to u-boot.bin
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Jul 2017 04:22:47 +0000 (13:22 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 26 Jul 2017 05:25:44 +0000 (14:25 +0900)
It needs to use the u-boot for supporting ramdisk booting.
Current release image is including the u-boot.bin that modified the ramdisk
booting sequence.

Change the kernel parameter from "Image" to "u-boot.bin" in config.txt.

Change-Id: Icc4ddce7e9f9befba59240d02ddd9af111c92a40
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
rpi3/boot/config.txt

index 404991265a3cb408ae1b575e7edc0fcfbf075532..05dda28b23d86bf262ae83b360c832d0e709acd9 100644 (file)
@@ -63,7 +63,7 @@ enable_uart=1
 arm_control=0x200      # for 64-bit
 
 # Kernel binary
-kernel=Image
+kernel=u-boot.bin
 
 # Device tree binary
 device_tree=bcm2710-rpi-3-b.dtb