]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables
authorMarek Vasut <marex@denx.de>
Tue, 15 Oct 2024 23:44:32 +0000 (01:44 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 18 Oct 2024 12:41:09 +0000 (09:41 -0300)
Remove both "fdt_high" and "initrd_high" environment variables
in favor of "bootm_size" to safely contain a kernel, device tree
and initrd for relocation inside of 256 MiB region of DRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
include/configs/dh_imx6.h

index 9b6f03f6856338147b60eba52274686fb3580008..09354936d738b9d715404c5e4831a599906be303 100644 (file)
 #endif
 
 #define CFG_EXTRA_ENV_SETTINGS \
+       "bootm_size=0x10000000\0"       \
        "console=ttymxc0,115200\0"      \
        "fdt_addr=0x18000000\0"         \
-       "fdt_high=0xffffffff\0"         \
-       "initrd_high=0xffffffff\0"      \
        "kernel_addr_r=0x10008000\0"    \
        "fdt_addr_r=0x13000000\0"       \
        "ramdisk_addr_r=0x18000000\0"   \