Setting fdt_high to all ones causes a boot failure. Remove it to allow U-Boot to pick a suitable address and relocate the FDT.
Signed-off-by: Randolph Sheng-Kai Lin <[email protected]> --- include/configs/ae350.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/ae350.h b/include/configs/ae350.h index 0d0beacabdc..4f46e69e403 100644 --- a/include/configs/ae350.h +++ b/include/configs/ae350.h @@ -114,8 +114,6 @@ #include <config_distro_bootcmd.h> #define CFG_EXTRA_ENV_SETTINGS \ - "fdt_high=0xffffffffffffffff\0" \ - "initrd_high=0xffffffffffffffff\0" \ "kernel_addr_r=0x00600000\0" \ "kernel_comp_addr_r=0x04600000\0" \ "kernel_comp_size=0x04000000\0" \ -- 2.34.1

