mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: Rename HCTR to HTCR
This appears to be a typo. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1c2d2727d1
commit
579dfca2ef
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static inline void mmu_setup(void)
|
|||
#endif
|
||||
|
||||
if (is_hyp()) {
|
||||
/* Set HCTR to enable LPAE */
|
||||
/* Set HTCR to enable LPAE */
|
||||
asm volatile("mcr p15, 4, %0, c2, c0, 2"
|
||||
: : "r" (reg) : "memory");
|
||||
/* Set HTTBR0 */
|
||||
|
|
Loading…
Reference in a new issue