summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/zynq/u-boot.lds
Commit message (Collapse)AuthorAgeLines
* zynq: Fix elf header generationMichal Simek2014-02-13-0/+99
This patch is here because of: "arm: keep all sections in ELF file" (sha1: 47ed5dd031d7d2c587e6afd386e79ccec1a1b7f7) 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>