Select the newly introduced ARM_GIC option to the relevant configuration which also have a psci implementation.
Signed-off-by: Antoine Tenart <[email protected]> Cc: Masahiro Yamada <[email protected]> --- arch/arm/mach-uniphier/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index 5739325da71b..e6164974db57 100644 --- a/arch/arm/mach-uniphier/Kconfig +++ b/arch/arm/mach-uniphier/Kconfig @@ -5,6 +5,7 @@ config SYS_CONFIG_NAME config ARCH_UNIPHIER_32BIT bool + select ARM_GIC select CPU_V7 select CPU_V7_HAS_NONSEC select ARMV7_NONSEC -- 2.11.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

