commit | 3e25a776e8037a3154935a32c29a4bd45b6d0fe1 | [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 | aee22b3738e6faf359074efec3af1d00666a3239 [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>