]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
zynq: Fix elf header generation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 5 Feb 2014 07:06:29 +0000 (08:06 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 13 Feb 2014 14:33:00 +0000 (15:33 +0100)
commit38716189d439c3ed8707e7bc1f430322ba7a810d
tree642ae8ba2b04008b6009db13d808ae4dc3dc268b
parentdfa94058f550e06405e80df4fb277fd306a77cbd
zynq: Fix elf header generation

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>
arch/arm/cpu/armv7/zynq/u-boot.lds [new file with mode: 0644]
include/configs/zynq-common.h