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

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

This allows mx35 to boot again.

Cc: Sebastian Priebe <sebastian.priebe@cadcon.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Stefano Babic <sbabic@denx.de>
2015-03-02 09:57:05 +01:00
..
generic.c Rename some defines containing FAT in their name to be filesystem generic 2014-10-27 11:04:01 -04:00
Makefile mx35: Fix boot hang by avoiding vector relocation 2015-03-02 09:57:05 +01:00
mx35_sdram.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
relocate.S mx35: Fix boot hang by avoiding vector relocation 2015-03-02 09:57:05 +01:00
timer.c arm: mx35: use common timer functions 2014-09-16 12:53:09 +02:00