projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2d272
)
arm: Rename HCTR to HTCR
author
Simon Glass
<sjg@chromium.org>
Wed, 31 May 2017 23:57:12 +0000
(17:57 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 9 Jun 2017 19:39:31 +0000
(13:39 -0600)
This appears to be a typo. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/cache-cp15.c
patch
|
blob
|
history
diff --git
a/arch/arm/lib/cache-cp15.c
b/arch/arm/lib/cache-cp15.c
index
e9bbcf5
..
0f7020a
100644
(file)
--- a/
arch/arm/lib/cache-cp15.c
+++ b/
arch/arm/lib/cache-cp15.c
@@
-147,7
+147,7
@@
static inline void mmu_setup(void)
#endif
if (is_hyp()) {
- /* Set H
CT
R to enable LPAE */
+ /* Set H
TC
R to enable LPAE */
asm volatile("mcr p15, 4, %0, c2, c0, 2"
: : "r" (reg) : "memory");
/* Set HTTBR0 */