diff options
| author | Tom Rini <[email protected]> | 2021-08-19 14:19:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:13:26 -0400 |
| commit | 5afdcca019915153db59ea9551bdd0eda11707f1 (patch) | |
| tree | 7d5ffb607e83f9b2a6f398e90651c8862a04dfea /include/configs/ls1046a_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 <[email protected]>
Diffstat (limited to 'include/configs/ls1046a_common.h')
| -rw-r--r-- | include/configs/ls1046a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 437703473a1..55b1f891130 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -27,7 +27,6 @@ #endif #define CONFIG_REMAKE_ELF -#define CONFIG_GICV2 #include <asm/arch/config.h> #include <asm/arch/stream_id_lsch2.h> |
