mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
This patch is here because of:
"arm: keep all sections in ELF file"
(sha1: 47ed5dd031
)
Our tools expect to have elf with only LOAD header.
Without this fix also PHDR, INTERP and DYNAMIC headers
are available in ELF.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>