mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
gw_ventana: 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> Acked-By: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
7b8c8929c3
commit
ff134dcb02
@ -13,7 +13,6 @@ hwconfig=_UNKNOWN_
|
||||
disk=0
|
||||
part=1
|
||||
|
||||
fdt_high=0xffffffff
|
||||
fdt_addr=0x18000000
|
||||
initrd_high=0xffffffff
|
||||
fixfdt=fdt addr ${fdt_addr}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user