From 712e3925999a4fde22aae235d8050fe43c2d7a76 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 12 Jul 2017 13:22:47 +0900 Subject: rpi3: config: change the 'kernel' parameter from Image to u-boot.bin 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 --- rpi3/boot/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index b0b160522bba..748d19ca2950 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -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 -- cgit v1.2.3