summaryrefslogtreecommitdiffstats
path: root/board/vpac270
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>2014-08-21 15:43:11 +0200
committerTom Rini <trini@ti.com>2014-08-30 07:46:41 -0400
commiteeadd3fe0f3efaf020994a27d4394b02a6270e39 (patch)
tree83fe0056ab003a9ba2479f8e3594c3135545e20b /board/vpac270
parent58c90c88ad6b7df8fdc986bd0a6a54da0048a318 (diff)
downloadblackbird-obmc-uboot-eeadd3fe0f3efaf020994a27d4394b02a6270e39.tar.gz
blackbird-obmc-uboot-eeadd3fe0f3efaf020994a27d4394b02a6270e39.zip
arm: Add missing .vectors section to linker scripts
Commit 41623c9 'arm: move exception handling out of start.S files' missed some linker scripts. Hence, some boards no longer had exception handling linked since this commit. Restore the original behavior by adding the .vectors section to these linker scripts. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'board/vpac270')
-rw-r--r--board/vpac270/u-boot-spl.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/vpac270/u-boot-spl.lds b/board/vpac270/u-boot-spl.lds
index 5dbf94e44e..a10ea71e9d 100644
--- a/board/vpac270/u-boot-spl.lds
+++ b/board/vpac270/u-boot-spl.lds
@@ -19,6 +19,7 @@ SECTIONS
. = CONFIG_SPL_TEXT_BASE;
.text.0 :
{
+ *(.vectors)
arch/arm/cpu/pxa/start.o (.text*)
arch/arm/lib/built-in.o (.text*)
board/vpac270/built-in.o (.text*)
OpenPOWER on IntegriCloud