colibri_vf: Enable board specific USB initialisation for USB pen gpio
[oweals/u-boot.git] / arch / arm / include / asm / armv8 / mmu.h
index 4b7b67b643de7ce9e6e0cb47e47dda354a1c2b69..4b9cb5296572cc9db2d76ffd4193939237da669d 100644 (file)
@@ -65,7 +65,8 @@
 /*
  * Section
  */
-#define PMD_SECT_S             (3 << 8)
+#define PMD_SECT_OUTER_SHARE   (2 << 8)
+#define PMD_SECT_INNER_SHARE   (3 << 8)
 #define PMD_SECT_AF            (1 << 10)
 #define PMD_SECT_NG            (1 << 11)
 #define PMD_SECT_PXN           (UL(1) << 53)