From: Seung-Woo Kim Date: Mon, 16 Mar 2020 10:09:40 +0000 (+0900) Subject: rpi3: config_64bit: boot from u-boot instead of spl X-Git-Tag: submit/tizen/20200317.014342^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F02%2F227802%2F1;p=platform%2Fkernel%2Flinux-rpi3.git rpi3: config_64bit: boot from u-boot instead of spl Now, Tizen does not support OPTEE by default, so u-boot-spl is not required. Boot from u-boot instead of u-boot-spl. Change-Id: Iadaee5290ede214b4f85487eea8e9151f9ea98f9 Ref: https://bugs.tizen.org/browse/TRE-2318 Signed-off-by: Seung-Woo Kim --- diff --git a/rpi3/boot/config_64bit.txt b/rpi3/boot/config_64bit.txt index 5f51835833d6..da9a8746eda0 100644 --- a/rpi3/boot/config_64bit.txt +++ b/rpi3/boot/config_64bit.txt @@ -64,13 +64,13 @@ uart_2ndstage=1 arm_control=0x200 # for 64-bit # Kernel binary -kernel=u-boot-spl.bin +kernel=u-boot.bin # Kernel Address 0x0 -kernel_old=1 +#kernel_old=1 # Skip filling ATAGS -disable_commandline_tags=1 +#disable_commandline_tags=1 # enable JTAG flag enable_jtag_gpio=1