summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2020-03-16 19:09:40 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2020-03-16 19:46:13 +0900
commit985bbc115989609152e7e7754cf9319e03f66738 (patch)
treecf582b7ee2262294894230b1ef243ce2a61ec0e2
parentabd1caed71bc8f8da7ebacdf291bdd17a62c0fd4 (diff)
downloadlinux-rpi3-985bbc115989609152e7e7754cf9319e03f66738.tar.gz
linux-rpi3-985bbc115989609152e7e7754cf9319e03f66738.tar.bz2
linux-rpi3-985bbc115989609152e7e7754cf9319e03f66738.zip
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>
-rw-r--r--rpi3/boot/config_64bit.txt6
1 files changed, 3 insertions, 3 deletions
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