From: Jan von Wiarda <[email protected]> --- inmates/lib/arm/include/mach.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inmates/lib/arm/include/mach.h b/inmates/lib/arm/include/mach.h index 1e79f71..849761d 100644 --- a/inmates/lib/arm/include/mach.h +++ b/inmates/lib/arm/include/mach.h @@ -72,8 +72,8 @@ #define CON_GATE_NR 15 #define GIC_VERSION 2 -#define GICD_V2_BASE ((void *)0x01c81000) -#define GICC_V2_BASE ((void *)0x01c82000) +#define GICD_V2_BASE ((void *)0xf1001000) +#define GICC_V2_BASE ((void *)0xf1002000) #elif defined(CONFIG_MACH_ORANGEPI0) #define CON_TYPE "8250" -- 2.11.0 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
