pxa: Fix boot hang by avoiding vector relocation
authorAndrew Ruder <andrew.ruder@elecsyscorp.com>
Wed, 12 Aug 2015 17:55:47 +0000 (12:55 -0500)
committerMarek Vasut <marex@denx.de>
Mon, 24 Aug 2015 18:30:37 +0000 (20:30 +0200)
commit07a8e6d6ee04de7c95de9824e3d1821744f92970
tree9b8c42f451c47a37db4d0614ecf3c8e39a34c35e
parentc851a2458fbc12495f4f786d4eabb612850a5143
pxa: Fix boot hang by avoiding vector relocation

Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors")
pxa does not boot anymore.

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

This allows pxa to boot again.

Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
arch/arm/cpu/pxa/Makefile
arch/arm/cpu/pxa/relocate.S [new file with mode: 0644]