[coreboot-gerrit] New patch to review for coreboot: vendorcode/intel: Remove temporary Broadwell DE Kconfig symbol

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri Apr 15 20:35:51 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14384

-gerrit

commit b4548a8849f4f66c5d774b2d68aac8cb14acbd29
Author: Martin Roth <martinroth at google.com>
Date:   Fri Apr 15 12:35:36 2016 -0600

    vendorcode/intel: Remove temporary Broadwell DE Kconfig symbol
    
    This symbol was added to fix a Kconfig lint error after the
    Broadwell DE vendorcode was added.  Now that the chipset's in
    the codebase, it's no longer needed.
    
    Change-Id: Iedb166129c9265cc2cfcc406d98bde92c1a82d2f
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/vendorcode/intel/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 5da3b2d..795ad93 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -13,11 +13,6 @@
 ## GNU General Public License for more details.
 ##
 
-# Temporary definition:  Add a symbol for broadwell DE until the actual
-# chipset goes in.  This fixes an issue with the Kconfig lint tool.
-config SOC_INTEL_FSP_BROADWELL_DE
-	def_bool n
-
 config FSP_VENDORCODE_HEADER_PATH
 	string
 	default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X



More information about the coreboot-gerrit mailing list