diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2020-08-12 12:04:50 +0200 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2020-08-20 09:58:16 +0200 |
| commit | 0bfb43dfc14ec4ca5a07f5d22063f1869c45de45 (patch) | |
| tree | 2cfc56872d56ef4d00192dfc533554416340ab47 /include/configs/xilinx_versal.h | |
| parent | 9fea3b18d65d412c386319360d641c9c47122ec2 (diff) | |
xilinx: common: Get rid of fdt_high variable
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>
Diffstat (limited to 'include/configs/xilinx_versal.h')
| -rw-r--r-- | include/configs/xilinx_versal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index 32cd5b21f7b..d7255a05dff 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h @@ -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" \ |
