summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>2020-04-06 07:58:30 -0600
committerMichal Simek <michal.simek@xilinx.com>2020-06-25 10:09:32 +0200
commitb8fd54d62f92658cbd20ca051304e13eabf24ddd (patch)
tree825e5e8038050b80701dd9084d29c4f5b14d7280 /MAINTAINERS
parente20d88bffaa4292f2fec9e03eac91154429c6482 (diff)
downloadu-boot-b8fd54d62f92658cbd20ca051304e13eabf24ddd.tar.gz
u-boot-b8fd54d62f92658cbd20ca051304e13eabf24ddd.tar.xz
u-boot-b8fd54d62f92658cbd20ca051304e13eabf24ddd.zip
common: fdt: Remove additional 4k space for fdt allocation
There is no technical reason to add additional 4k space for FDT. This space is completely unused and just increase memory requirements. This is problematic on systems with limited memory resources as Xilinx Zynq CSE/ZynqMP mini and Versal mini configurations. The patch is removing additional 4k space. EFI code is using copy_fdt() which copy FDT to different location. And all boot commands in case of using U-Boot's FDT pointed by $fdtcontroladdr are copying FDT to different locations by image_setup_libfdt(). That's why in proper flow none should modified DTB used by U-Boot that's why there is no need for additional space. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions