From 7bcdd0c1f82edfcfb4de1c5d5953d9e0954371d2 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 28 Nov 2017 08:25:21 +0100 Subject: ARM: rmobile: Clean up GIC macros Pull out the GIC macros from the board configuration files into the common Gen3 configuration file since these macros are the same for all Gen3 systems. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- include/configs/salvator-x.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/salvator-x.h') diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 8616b36ecc..5004fa31b6 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -42,11 +42,6 @@ /* Generic Timer Definitions (use in assembler source) */ #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */ -/* Generic Interrupt Controller Definitions */ -#define CONFIG_GICV2 -#define GICD_BASE 0xF1010000 -#define GICC_BASE 0xF1020000 - /* i2c */ #define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_SH -- cgit v1.2.1