commit | 61c70db2884dddcb804b0069f5893aca60704e78 | [log] [tgz] |
---|---|---|
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | Mon Jun 25 02:40:57 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:33 2012 +0200 |
tree | d036eff5ceec6389b5962125aad660eb91d843c3 | |
parent | f809da497b4a06bdb253c01e566780610075eef7 [diff] |
arm: bugfix: Move vector table before jumping relocated code Interrupts and exceptions doesn't work in relocated code. It badly use IRQ_STACK_START_IN in rom area as interrupt stack. It is because the vecotr table is not moved to ram area. This patch moves vector table before jumping relocated code. Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Tested-by: Tom Rini <trini@ti.com>