summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/pxa/relocate.S
Commit message (Collapse)AuthorAgeFilesLines
* pxa: Fix boot hang by avoiding vector relocationAndrew Ruder2015-08-241-0/+23
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>
OpenPOWER on IntegriCloud