mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-18 07:52:10 +01:00
imx6dl-sielaff: 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>
This commit is contained in:
parent
ff134dcb02
commit
2ba0328665
@ -9,7 +9,6 @@ ethact=FEC0
|
||||
fdt_addr=0x18000000
|
||||
fdt_file_legacy=imx6dl_sielaff.dtb
|
||||
fdt_file=imx6dl-sielaff.dtb
|
||||
fdt_high=0xffffffff
|
||||
image_legacy=zImage
|
||||
image=fitImage
|
||||
initrd_high=0xffffffff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user