diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-19 14:19:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:13:26 -0400 |
commit | 5afdcca019915153db59ea9551bdd0eda11707f1 (patch) | |
tree | 7d5ffb607e83f9b2a6f398e90651c8862a04dfea /arch/arm/mach-versal | |
parent | 4d540a3a812153c505bf27a7dd36b3d8db6cff8f (diff) | |
download | u-boot-5afdcca019915153db59ea9551bdd0eda11707f1.tar.gz |
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 'arch/arm/mach-versal')
-rw-r--r-- | arch/arm/mach-versal/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-versal/Kconfig b/arch/arm/mach-versal/Kconfig index ebd2da3887..0c6ad345ff 100644 --- a/arch/arm/mach-versal/Kconfig +++ b/arch/arm/mach-versal/Kconfig @@ -21,9 +21,6 @@ config SYS_CONFIG_NAME Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header will be used for board configuration. -config GICV3 - def_bool y - config SYS_MALLOC_LEN default 0x2000000 |