commit | 07a8e6d6ee04de7c95de9824e3d1821744f92970 | [log] [tgz] |
---|---|---|
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | Wed Aug 12 12:55:47 2015 -0500 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 24 20:30:37 2015 +0200 |
tree | 9b8c42f451c47a37db4d0614ecf3c8e39a34c35e | |
parent | c851a2458fbc12495f4f786d4eabb612850a5143 [diff] |
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>