diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-05-01 16:21:53 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-05-23 10:42:41 +0200 |
commit | 1e24f4b37ff4bef3b3130b5399f6302cafa5f555 (patch) | |
tree | 34f5aa5768602304455463549d027440b12043f9 /src | |
parent | 393619b9a6dc1db73421f9c731feaa9201d85e61 (diff) | |
download | coreboot-1e24f4b37ff4bef3b3130b5399f6302cafa5f555.tar.xz |
Kconfig: Remove duplicate entry for `USE_OPTION_TABLE`
The following commit
commit eb50c7d922e91f0247b3705eccb2d2eec638c277
Author: Edwin Beasant <edwin_beasant@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@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3165
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig index f6819b4add..24de7d27c2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -344,10 +344,6 @@ config HIGH_SCRATCH_MEMORY_SIZE hex default 0x0 -config USE_OPTION_TABLE - bool - default n - config HAVE_OPTION_TABLE bool default n |