diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-04-15 14:13:51 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-05-15 14:24:53 (GMT) |
commit | 41623c91b09a0c865fab41acdaff30f060f29ad6 (patch) | |
tree | be63a8504f3d6bcaf9789ab23e933bb083b827d7 /arch/arm/cpu/armv7/zynq/u-boot.lds | |
parent | 60a4f39fcd0d845741b4aaf9764bf54d6abef60c (diff) | |
download | u-boot-41623c91b09a0c865fab41acdaff30f060f29ad6.tar.xz |
arm: move exception handling out of start.S files
Exception handling is basically identical for all ARM targets.
Factorize it out of the various start.S files and into a
single vectors.S file, and adjust linker scripts accordingly.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'arch/arm/cpu/armv7/zynq/u-boot.lds')
-rw-r--r-- | arch/arm/cpu/armv7/zynq/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/zynq/u-boot.lds b/arch/arm/cpu/armv7/zynq/u-boot.lds index f2a5965..69500a6 100644 --- a/arch/arm/cpu/armv7/zynq/u-boot.lds +++ b/arch/arm/cpu/armv7/zynq/u-boot.lds @@ -88,7 +88,7 @@ SECTIONS } /* - * Zynq needs to discard more sections because the user + * Zynq needs to discard these sections because the user * is expected to pass this image on to tools for boot.bin * generation that require them to be dropped. */ |