]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: common: Get rid of fdt_high variable
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Aug 2020 10:04:50 +0000 (12:04 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 20 Aug 2020 07:58:16 +0000 (09:58 +0200)
There is no need to setup this variable if bootm_low and bootm_size
variable are properly setup. If fdt_high variable is missing U-Boot is
asking LMB to return free memory which is not used.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_versal.h
include/configs/xilinx_zynqmp.h
include/configs/zynq-common.h

index 32cd5b21f7b73a52147e6c2a8d5a72aef9a47931..d7255a05dff187d64411d8f9ef7263f1c1a93cc5 100644 (file)
@@ -79,7 +79,6 @@
 #define CONFIG_CLOCKS
 
 #define ENV_MEM_LAYOUT_SETTINGS \
-       "fdt_high=10000000\0" \
        "fdt_addr_r=0x40000000\0" \
        "fdt_size_r=0x400000\0" \
        "pxefile_addr_r=0x10000000\0" \
index 7c24bf632e3f4b3f991f9d9745b42dacd12c5b95..15ad4198a6be45126ec533a98c5ea4137213809b 100644 (file)
 #define CONFIG_CLOCKS
 
 #define ENV_MEM_LAYOUT_SETTINGS \
-       "fdt_high=10000000\0" \
        "fdt_addr_r=0x40000000\0" \
        "fdt_size_r=0x400000\0" \
        "pxefile_addr_r=0x10000000\0" \
index 79c75784f2bfaa0c118d96051a89433ec08cf602..1607a8d065183d36dadaaa8de6687e41fb116edb 100644 (file)
 /* Default environment */
 #ifndef CONFIG_EXTRA_ENV_SETTINGS
 #define CONFIG_EXTRA_ENV_SETTINGS      \
-       "fdt_high=0x20000000\0"         \
        "scriptaddr=0x20000\0"  \
        "script_size_f=0x40000\0"       \
        "fdt_addr_r=0x1f00000\0"        \