[coreboot-gerrit] New patch to review for coreboot: 53caf82 Kconfig: Remove duplicate entry for `USE_OPTION_TABLE`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed May 1 17:00:06 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3165

-gerrit

commit 53caf8219419bf1d75ff16dc43e2134b171886e6
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed May 1 16:21:53 2013 +0200

    Kconfig: Remove duplicate entry for `USE_OPTION_TABLE`
    
    The following commit
    
        commit eb50c7d922e91f0247b3705eccb2d2eec638c277
        Author: Edwin Beasant <edwin_beasant at virtensys.com>
        Date:   Tue Jul 6 21:05:04 2010 +0000
    
        Re-integrate "USE_OPTION_TABLE" code.
    
    added a duplicate entry `config USE_OPTION_TABLE`. Remove it again.
    
    Change-Id: I3ff64c360bad531439e74fa1b25a06c4a447a33f
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index ab2a927..a5781ac 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -328,10 +328,6 @@ config HIGH_SCRATCH_MEMORY_SIZE
 	hex
 	default 0x0
 
-config USE_OPTION_TABLE
-	bool
-	default n
-
 config HAVE_OPTION_TABLE
 	bool
 	default n



More information about the coreboot-gerrit mailing list