Skip to content

Commit

Permalink
inmates: Corrected GICD and GICC base address
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
em-wi authored and jan-kiszka committed Jan 20, 2018
1 parent 4245fd6 commit 9f0974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inmates/lib/arm/include/mach.h
Expand Up @@ -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"
Expand Down

0 comments on commit 9f0974b

Please sign in to comment.