diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-06-25 02:40:57 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:33 +0200 |
commit | f8b9d1d30ece82abccefac3c860c06f8b7da8fbb (patch) | |
tree | d036eff5ceec6389b5962125aad660eb91d843c3 /arch/arm/include/asm/arch-omap5/sys_proto.h | |
parent | 0ec005fe00b9057fd16531f44146c9e363bb7861 (diff) | |
download | u-boot-imx-f8b9d1d30ece82abccefac3c860c06f8b7da8fbb.zip u-boot-imx-f8b9d1d30ece82abccefac3c860c06f8b7da8fbb.tar.gz u-boot-imx-f8b9d1d30ece82abccefac3c860c06f8b7da8fbb.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/sys_proto.h')
0 files changed, 0 insertions, 0 deletions