提交 579dfca2 编写于 作者: S Simon Glass

arm: Rename HCTR to HTCR

This appears to be a typo. Fix it.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 1c2d2727
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册