[coreboot-gerrit] Patch set updated for coreboot: c7e0367 intel/lynxpoint/Kconfig: Remove duplicate option `IFD_BIN_PATH`

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Mon Jul 14 02:22:06 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6269

-gerrit

commit c7e0367dc8674a9a38a544759b2460cb1e2d7f7e
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Jul 12 22:11:24 2014 +0200

    intel/lynxpoint/Kconfig: Remove duplicate option `IFD_BIN_PATH`
    
    Currently `IFD_BIN_PATH` is shown twice. Commit 5218e616
    (intel/lynxpoint: Allow building without IFD (descripter.bin)) [1]
    accidentally added the option another time.
    
    So fix up the commit and remove one of the two options `IFD_BIN_PATH`.
    Keep the one which depends on `!HAVE_IFD_BIN` and is around the IFD
    options.
    
    [1] http://review.coreboot.org/6046
    
    Change-Id: Id46f01ab8ee2e752e337e687a2ef0dfa374f44a5
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/southbridge/intel/lynxpoint/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig
index 0ba61bc..0f52011 100644
--- a/src/southbridge/intel/lynxpoint/Kconfig
+++ b/src/southbridge/intel/lynxpoint/Kconfig
@@ -116,10 +116,6 @@ config ME_BIN_PATH
 	depends on HAVE_ME_BIN
 	default "3rdparty/mainboard/$(MAINBOARDDIR)/me.bin"
 
-config IFD_BIN_PATH
-	string "Path to intel firmware descriptor"
-	default "3rdparty/mainboard/$(MAINBOARDDIR)/descriptor.bin"
-
 config ME_MBP_CLEAR_LATE
 	bool "Defer wait for ME MBP Cleared"
 	default y



More information about the coreboot-gerrit mailing list