diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-03-16 19:09:40 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-03-17 10:29:51 +0900 |
commit | 96ee2135eba4e98d53dee807cb12d34c9c131a57 (patch) | |
tree | 68e1c768fdc580aae17694f8b1ea142d378620bf | |
parent | 284e4e2c11c2625a48407b5a61dbcace9819cfd1 (diff) | |
download | linux-rpi3-accepted/tizen_4.0_unified.tar.gz linux-rpi3-accepted/tizen_4.0_unified.tar.bz2 linux-rpi3-accepted/tizen_4.0_unified.zip |
rpi3: config.txt: boot from u-boot instead of splsubmit/tizen_4.0/20200317.043751accepted/tizen/4.0/unified/20200318.054420tizen_4.0accepted/tizen_4.0_unified
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.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index ceed842e2844..e69085fcba34 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -64,16 +64,16 @@ uart_2ndstage=1 arm_control=0x200 # for 64-bit # Kernel binary -kernel=u-boot-spl.bin +kernel=u-boot.bin # Device tree binary device_tree=bcm2710-rpi-3-b.dtb # 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 |