aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1012a_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-19 14:19:39 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:13:26 -0400
commit5afdcca019915153db59ea9551bdd0eda11707f1 (patch)
tree7d5ffb607e83f9b2a6f398e90651c8862a04dfea /include/configs/ls1012a_common.h
parent4d540a3a812153c505bf27a7dd36b3d8db6cff8f (diff)
downloadu-boot-5afdcca019915153db59ea9551bdd0eda11707f1.zip
u-boot-5afdcca019915153db59ea9551bdd0eda11707f1.tar.gz
u-boot-5afdcca019915153db59ea9551bdd0eda11707f1.tar.bz2
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/ls1012a_common.h')
-rw-r--r--include/configs/ls1012a_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index c914a02..498b86f 100644
--- a/include/configs/ls1012a_common.h
+++ b/include/configs/ls1012a_common.h
@@ -6,8 +6,6 @@
#ifndef __LS1012A_COMMON_H
#define __LS1012A_COMMON_H
-#define CONFIG_GICV2
-
#include <asm/arch/config.h>
#include <asm/arch/stream_id_lsch2.h>
#include <linux/sizes.h>