commit | c090e111633cd82e4e0f72c7e964460676ad1250 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jul 11 11:06:20 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jul 17 14:58:42 2014 +0200 |
tree | 024d03408e6058f769680207462399ffc5997db8 | |
parent | 05ccf19602cc16fc96401b4f2617d1b8e20e642d [diff] |
ARM: tegra: Always lock the CPU reset vector Currently the reset vector is not locked on Tegra20 because the hardware doesn't support it. However in order not to depend on the chip ID, which becomes available only later in the boot process, we set the bit anyway. Signed-off-by: Thierry Reding <treding@nvidia.com>