diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-08-30 13:55:53 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-08-30 15:52:05 +0900 |
commit | ecdebf29da535d53eac8238c801ec3ecc7619aea (patch) | |
tree | e132788d9224d3cc0ab0621a25094ea448f1aeec | |
parent | 515c67a449095c0a3081c6d94885130833e96fa4 (diff) | |
download | linux-rpi3-old/tizen_20180903.tar.gz linux-rpi3-old/tizen_20180903.tar.bz2 linux-rpi3-old/tizen_20180903.zip |
rpi3: config_64bit: remove unnecessary dt name assignold/tizen_20180903
In Tizen 64bit, u-boot will load and pass dtb to kernel, so there
is no neeed to set from config.txt. Also, even if kernel is loaded,
without from config.txt, bootcode.bin will set proper dtb name.
Remove unnecessary dt name assign from 64bit config.txt.
Change-Id: I60f089fd3737a2b7ec5cda8054faffe45825400b
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | rpi3/boot/config_64bit.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpi3/boot/config_64bit.txt b/rpi3/boot/config_64bit.txt index ceed842e2844..dd5ec8b2f32e 100644 --- a/rpi3/boot/config_64bit.txt +++ b/rpi3/boot/config_64bit.txt @@ -66,9 +66,6 @@ arm_control=0x200 # for 64-bit # Kernel binary kernel=u-boot-spl.bin -# Device tree binary -device_tree=bcm2710-rpi-3-b.dtb - # Kernel Address 0x0 kernel_old=1 |