Re: [PATCH] arm: Migrate GICV2 / GICV3 to Kconfig

2021-08-30 Thread Tom Rini
On Thu, Aug 19, 2021 at 02:19:39PM -0400, Tom Rini wrote: > 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 Applied to u-boot/next, thanks!

[PATCH] arm: Migrate GICV2 / GICV3 to Kconfig

2021-08-19 Thread Tom Rini
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 --- arch/arm/Kconfig | 10 ++ arch/arm/cpu/armv8/fsl-layers