mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01: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:
		| @@ -147,7 +147,7 @@ static inline void mmu_setup(void) | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| 	if (is_hyp()) { | 	if (is_hyp()) { | ||||||
| 		/* Set HCTR to enable LPAE */ | 		/* Set HTCR to enable LPAE */ | ||||||
| 		asm volatile("mcr p15, 4, %0, c2, c0, 2" | 		asm volatile("mcr p15, 4, %0, c2, c0, 2" | ||||||
| 			: : "r" (reg) : "memory"); | 			: : "r" (reg) : "memory"); | ||||||
| 		/* Set HTTBR0 */ | 		/* Set HTTBR0 */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user