diff options
author | Tom Rini | 2021-08-19 14:19:39 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-30 14:13:26 -0400 |
commit | 5afdcca019915153db59ea9551bdd0eda11707f1 (patch) | |
tree | 7d5ffb607e83f9b2a6f398e90651c8862a04dfea /include/configs/rcar-gen3-common.h | |
parent | 4d540a3a812153c505bf27a7dd36b3d8db6cff8f (diff) |
arm: Migrate GICV2 / GICV3 to Kconfig
Migrate CONFIG_GICV2 and CONFIG_GICV3 to Kconfig. We still have the GIC
related registers that need to be handled more cleanly but start by
moving this symbol to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rcar-gen3-common.h')
-rw-r--r-- | include/configs/rcar-gen3-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 99ef27bccd5..2bad3a9d1bd 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -26,7 +26,6 @@ #define CONFIG_INITRD_TAG /* Generic Interrupt Controller Definitions */ -#define CONFIG_GICV2 #define GICD_BASE 0xF1010000 #define GICC_BASE 0xF1020000 |