[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Remove conditionals in Makefile.inc

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Thu Jun 9 22:00:55 CEST 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15141

-gerrit

commit ee9896380e107c1a4a147de547976346d8b84dc9
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Jun 9 11:57:13 2016 -0700

    mainboard/intel/galileo: Remove conditionals in Makefile.inc
    
    Remove the CONFIG_C_ENVIRIONMENT_BOOTBLOCK conditionals from
    Makefile.inc.  These are no longer necessary since the C bootblock
    is always being used.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: Ie52e53779bfe9bfa33a7c7591ee7e901d839e661
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
 src/mainboard/intel/galileo/Makefile.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mainboard/intel/galileo/Makefile.inc b/src/mainboard/intel/galileo/Makefile.inc
index cbcbf81..5aad308 100644
--- a/src/mainboard/intel/galileo/Makefile.inc
+++ b/src/mainboard/intel/galileo/Makefile.inc
@@ -17,10 +17,8 @@ ifeq ($(CONFIG_PLATFORM_USES_FSP1_1),y)
 CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp1_1/quark
 endif
 
-ifeq ($(CONFIG_C_ENVIRONMENT_BOOTBLOCK),y)
 bootblock-y += gpio.c
 bootblock-y += reg_access.c
-endif
 
 romstage-y += gpio.c
 romstage-y += reg_access.c



More information about the coreboot-gerrit mailing list