opos6uldev: Stop disabling device tree relocation
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> Reviewed-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
This commit is contained in:
@@ -10,7 +10,6 @@ env_version=100
|
|||||||
consoledev=ttymxc0
|
consoledev=ttymxc0
|
||||||
board_name=opos6ul
|
board_name=opos6ul
|
||||||
fdt_addr=0x88000000
|
fdt_addr=0x88000000
|
||||||
fdt_high=0xffffffff
|
|
||||||
fdt_name=opos6uldev
|
fdt_name=opos6uldev
|
||||||
initrd_high=0xffffffff
|
initrd_high=0xffffffff
|
||||||
ip_dyn=yes
|
ip_dyn=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user