intel/eagleheights/Kconfig: Do not set twice MMCONF_BASE_ADDRESS

Remove the lines added in an apparently unrelated commit 53ad9f58 (Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.)
which touched the symbol HAVE_HIGH_TABLES in all files except this one and
keep those added the same day in commit 6842c029 (Remove MAINBOARD_OPTIONS, which is a relic from early kconfig development.)

Change-Id: Ib055c25a0a0795a50a36e65218c8f31e921f1502
Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6417
Tested-by: build bot (Jenkins)
Reviewed-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Daniele Forsi 2014-07-30 14:16:07 +02:00 committed by Patrick Georgi
parent 4e9f5e3f36
commit 6ed2a242ee
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ config MAINBOARD_DIR
string
default intel/eagleheights
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config MAINBOARD_PART_NUMBER
string
default "EagleHeights"