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 /include/configs/tegra186-common.h | |
parent | 4d540a3a812153c505bf27a7dd36b3d8db6cff8f (diff) | |
download | u-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/tegra186-common.h')
-rw-r--r-- | include/configs/tegra186-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/tegra186-common.h b/include/configs/tegra186-common.h index d5f21e0..dbf4220 100644 --- a/include/configs/tegra186-common.h +++ b/include/configs/tegra186-common.h @@ -17,9 +17,6 @@ * Physical Memory Map */ -/* Generic Interrupt Controller */ -#define CONFIG_GICV2 - #undef FDTFILE #define BOOTENV_EFI_SET_FDTFILE_FALLBACK \ "if test -z \"${fdtfile}\" -a -n \"${soc}\"; then " \ |