u-boot-brain/arch/arm/cpu/arm1136/mx31
Fabio Estevam fe021777c7 mx31: Fix boot hang by avoiding vector relocation
Since commit 3ff46cc42b ("arm: relocate the exception vectors") mx31
does not boot anymore.

Add a specific relocate_vectors macro that skips the vector relocation, as the
i.MX31 SoC does not provide RAM at the high vectors address (0xFFFF0000), and
(0x00000000) maps to ROM.

This allows mx31 to boot again.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Magnus Lilja <lilja.magnus@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2015-03-02 09:57:05 +01:00
..
devices.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
generic.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile mx31: Fix boot hang by avoiding vector relocation 2015-03-02 09:57:05 +01:00
relocate.S mx31: Fix boot hang by avoiding vector relocation 2015-03-02 09:57:05 +01:00
timer.c arm: mx31: use common timer functions 2014-09-16 12:51:46 +02:00