commit | 0bfb43dfc14ec4ca5a07f5d22063f1869c45de45 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Aug 12 12:04:50 2020 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Aug 20 09:58:16 2020 +0200 |
tree | 2cfc56872d56ef4d00192dfc533554416340ab47 | |
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>