From 4282ffe684eb6cacef94b3ac87d5b081303bca2e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 7 Apr 2015 14:15:45 -0500 Subject: armv4: correct ARMV4 VERSTAGE guard I overlooked the macro name change from the Kconfig option. 'ARM' and 'V4' should not be separated by a '_'. Change-Id: I8bf0d851e6fd5b5cfc0aa29af2246540c8cb1399 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9371 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/arch/arm/armv4/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/arm/armv4') diff --git a/src/arch/arm/armv4/Makefile.inc b/src/arch/arm/armv4/Makefile.inc index 8557451c7c..5f12a6a545 100644 --- a/src/arch/arm/armv4/Makefile.inc +++ b/src/arch/arm/armv4/Makefile.inc @@ -44,12 +44,12 @@ endif # CONFIG_ARCH_BOOTBLOCK_ARMV4 ## Verstage ################################################################################ -ifeq ($(CONFIG_ARCH_VERSTAGE_ARM_V4),y) +ifeq ($(CONFIG_ARCH_VERSTAGE_ARMV4),y) verstage-c-ccopts += $(armv4_flags) verstage-S-ccopts += $(armv4_flags) verstage-y += cache.c -endif # CONFIG_ARCH_VERSTAGE_ARM_V4 +endif # CONFIG_ARCH_VERSTAGE_ARMV4 ############################################################################### # romstage -- cgit v1.2.3