]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: zynq: fix a bug in Zynq linker script
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 5 Jun 2014 10:47:45 +0000 (19:47 +0900)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 17 Jun 2014 10:28:26 +0000 (12:28 +0200)
commita811db5a8c557138e4d22000aca4ce7f6c3b25b5
tree705a2d94af3ce1e5a320c2e2f32ad89614ae4b7a
parentd8a97f934c64a7ba6f11da5e4cc7f3be57fcb82d
arm: zynq: fix a bug in Zynq linker script

Commit 41623c91 moved exception handlers to ".vectores" section
but it missed to adjust Zynq linker script.

Zynq boards hang up after relocation because "_start" symbol
does not point to the correct address and gd->relocaddr gets insane.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Michal Simek <monstr@monstr.eu>
Tested-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv7/zynq/u-boot.lds