s5p4418_nanopi2: Stop disabling device tree relocation
authorTom Rini <trini@konsulko.com>
Wed, 19 Nov 2025 14:55:35 +0000 (08:55 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 26 Nov 2025 10:17:49 +0000 (19:17 +0900)
Remove setting of fdt_high to ~0, which disables device tree relocation,
from the default environment. Doing so prevents U-Boot from correcting
problems such as having an unaligned device tree and leads to various
failure modes in the OS.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/s5p4418_nanopi2.h

index fec1bfd..8a8d54d 100644 (file)
 #endif
 
 #define CFG_EXTRA_ENV_SETTINGS                         \
-       "fdt_high=0xffffffff\0"                                 \
        "initrd_high=0xffffffff\0"                              \
        "rootdev=" __stringify(CONFIG_ROOT_DEV) "\0"            \
        "rootpart=" __stringify(CONFIG_ROOT_PART) "\0"          \