Tegra: Restore cp15 VBAR _start vector write for ARMv7
authorTom Warren <twarren@nvidia.com>
Thu, 28 Mar 2013 17:03:22 +0000 (10:03 -0700)
committerTom Warren <twarren@nvidia.com>
Mon, 15 Apr 2013 18:01:37 +0000 (11:01 -0700)
commit3ebbbfe4c78089db47599fc7b57ad016e247dd52
tree3bc360d6283b765296322ae70e0eae6d84660015
parent3efff99fbd971cd087569162e8f00f8f91cd3f22
Tegra: Restore cp15 VBAR _start vector write for ARMv7

A start vector fix was added by AneeshV for OMAP4 (commit 0d479b53),
and caused the old monilithic Tegra builds to hang due to an undefined
instruction trap. Previously, the code needed to run on both the
AVP (ARM7TDI) and A9, and the AVP doesn't have a CP15 register.
I corrected this in commit 6d6c0bae w/#ifndef CONFIG_TEGRA, but
now that we use SPL, and boot the AVP w/o any ARMv7 code, I can
revert my change, and make Aneesh's change apply to Tegra.

Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/armv7/start.S