git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ccf19
)
ARM: tegra: Always lock the CPU reset vector
author
Thierry Reding
<treding@nvidia.com>
Fri, 11 Jul 2014 09:06:20 +0000
(11:06 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 17 Jul 2014 12:58:42 +0000
(14:58 +0200)
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>
No differences found