commit | 9852cc629466c8f58ed29cfa5aa4e98725469584 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Apr 15 16:13:51 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu May 15 16:24:53 2014 +0200 |
tree | be63a8504f3d6bcaf9789ab23e933bb083b827d7 | |
parent | 4b4164962149f677a0558f4898c9862d173de335 [diff] |
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>