rpi3: config_64bit: boot from u-boot instead of spl 11/227811/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200318.225602 accepted/tizen/5.5/unified/wearable/hotfix/20201027.102211 submit/tizen_5.5/20200317.014351 submit/tizen_5.5_wearable_hotfix/20201026.184306
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Mar 2020 10:09:40 +0000 (19:09 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Mar 2020 10:46:13 +0000 (19:46 +0900)
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 <sw0312.kim@samsung.com>
rpi3/boot/config_64bit.txt

index 5f51835833d65243f0567d5d632ff186a617bbf2..da9a8746eda097d6789c4c7ae84ec8359413aef0 100644 (file)
@@ -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