[coreboot-gerrit] Patch set updated for coreboot: 21af019 ARMv7: Drop duplicate call to bootblock_cpu_init()

Gabe Black (gabeblack@chromium.org) gerrit at coreboot.org
Wed Jul 10 14:31:45 CEST 2013


Gabe Black (gabeblack at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3692

-gerrit

commit 21af01998ca2622695d358812b0c964e7269fec9
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Jun 12 17:07:05 2013 -0700

    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 <reinauer at chromium.org>
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
---
 src/arch/armv7/include/bootblock_common.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/arch/armv7/include/bootblock_common.h b/src/arch/armv7/include/bootblock_common.h
index 39af453..2fa705f 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



More information about the coreboot-gerrit mailing list