]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: mmu.h: fix PTE_TABLE_AP
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 17 Jun 2024 08:03:47 +0000 (10:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 25 Jun 2024 23:22:30 +0000 (17:22 -0600)
commit7cc93554142e001d1e3504afe840f4bdf3471736
tree15d9eaf832ae29f446bab6f9b7bbd9750d66859f
parentf1de28e67aa9b66bfca0fad3dc18446a6ec0b504
arm64: mmu.h: fix PTE_TABLE_AP

The APTable attribute is two bits wide according to the ARMv8-A
architecture reference manual. Fix the macro accordingly.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/include/asm/armv8/mmu.h