Re: [U-Boot] [PATCH v4 04/11] arm: select ARM_GIC for SoCs having a psci implementation

2017-05-11 Thread Masahiro Yamada
2017-04-30 22:29 GMT+09:00 Antoine Tenart : > Select the newly introduced ARM_GIC option to the relevant MACH > configurations. > > Signed-off-by: Antoine Tenart > Cc: Albert Aribaud > --- >

[U-Boot] [PATCH v4 04/11] arm: select ARM_GIC for SoCs having a psci implementation

2017-04-30 Thread Antoine Tenart
Select the newly introduced ARM_GIC option to the relevant MACH configurations. Signed-off-by: Antoine Tenart Cc: Albert Aribaud --- arch/arm/Kconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/Kconfig