diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-07-12 13:22:47 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2017-07-12 07:53:57 +0000 |
commit | 712e3925999a4fde22aae235d8050fe43c2d7a76 (patch) | |
tree | f1571b7ca10ab9a37d6702b47cfbd184748cf2ff | |
parent | 23237487c87e8f7d2ec40be6c0979f5fc3742f33 (diff) | |
download | linux-rpi3-712e3925999a4fde22aae235d8050fe43c2d7a76.tar.gz linux-rpi3-712e3925999a4fde22aae235d8050fe43c2d7a76.tar.bz2 linux-rpi3-712e3925999a4fde22aae235d8050fe43c2d7a76.zip |
rpi3: config: change the 'kernel' parameter from Image to u-boot.binsubmit/tizen/20170712.215608accepted/tizen/unified/20170717.021032
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>
-rw-r--r-- | rpi3/boot/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |