summaryrefslogtreecommitdiff
path: root/arch/arm/lib/vectors.S
Commit message (Collapse)AuthorAgeLines
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-0/+291
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>