Re: [U-Boot] [PATCH 1/2] ARM: allow CONFIG_GICV* not to be defined

2016-04-02 Thread Tom Rini
On Fri, Apr 01, 2016 at 09:14:14PM -0600, Stephen Warren wrote: > There are ARM SoCs (such as the BCM2837) do not contain an ARM GIC. Fix > the ARMv8 CPU startup code to compile in this case. > > Signed-off-by: Stephen Warren Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital

[U-Boot] [PATCH 1/2] ARM: allow CONFIG_GICV* not to be defined

2016-04-01 Thread Stephen Warren
There are ARM SoCs (such as the BCM2837) do not contain an ARM GIC. Fix the ARMv8 CPU startup code to compile in this case. Signed-off-by: Stephen Warren --- arch/arm/cpu/armv8/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/c