From 6b0bab916a59c6270a1f0fd53002e568052f2b45 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 12 Jun 2013 17:07:05 -0700 Subject: ARMv7: Drop duplicate call to bootblock_cpu_init() This is already called in ARMv7 bootblock_simple.c so we don't want to do it twice Change-Id: I80cb41035b8a77787e04f2ea58a1cd372cea97d8 Signed-off-by: Stefan Reinauer Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3692 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/armv7/include/bootblock_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/arch/armv7/include/bootblock_common.h b/src/arch/armv7/include/bootblock_common.h index 39af4535e2..2fa705f5e1 100644 --- a/src/arch/armv7/include/bootblock_common.h +++ b/src/arch/armv7/include/bootblock_common.h @@ -7,8 +7,5 @@ #else static void bootblock_mainboard_init(void) { -#ifdef CONFIG_BOOTBLOCK_CPU_INIT - bootblock_cpu_init(); -#endif } #endif -- cgit v1.2.3