]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Add missing .vectors section to linker scripts
authorBenoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
Thu, 21 Aug 2014 13:43:11 +0000 (15:43 +0200)
committerTom Rini <trini@ti.com>
Sat, 30 Aug 2014 11:46:41 +0000 (07:46 -0400)
commiteeadd3fe0f3efaf020994a27d4394b02a6270e39
tree83fe0056ab003a9ba2479f8e3594c3135545e20b
parent58c90c88ad6b7df8fdc986bd0a6a54da0048a318
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>
12 files changed:
arch/arm/cpu/arm1136/u-boot-spl.lds
arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
arch/arm/cpu/armv7/am33xx/u-boot-spl.lds
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
arch/arm/cpu/armv7/socfpga/u-boot-spl.lds
arch/arm/cpu/at91-common/u-boot-spl.lds
board/Barix/ipam390/u-boot-spl-ipam390.lds
board/ait/cam_enc_4xx/u-boot-spl.lds
board/davinci/da8xxevm/u-boot-spl-da850evm.lds
board/davinci/da8xxevm/u-boot-spl-hawk.lds
board/samsung/common/exynos-uboot-spl.lds
board/vpac270/u-boot-spl.lds