]> code.ossystems Code Review - bsp/u-boot.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)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Sep 2014 15:22:32 +0000 (12:22 -0300)
commit7baddeaa8ed46b67908ccf1a44bc9660a4716343
tree0b98e2db2c9b7b02a3ec85da0b57903c2e9cfccf
parent324df11cc872c671baf816ff92db5cfb7e017958
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