aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/eagleheights
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@gmail.com>2014-07-30 14:16:07 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-08-09 17:29:44 +0200
commit6ed2a242ee800201a98456cafce7f6232c30816c (patch)
tree51f1b20bb25c7fc986bbc25f20f375ef301fe594 /src/mainboard/intel/eagleheights
parent4e9f5e3f36ec5b497a74e5da0c202c1b62f9e620 (diff)
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>
Diffstat (limited to 'src/mainboard/intel/eagleheights')
-rw-r--r--src/mainboard/intel/eagleheights/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig
index bc0799c79c..702e2aff5a 100644
--- a/src/mainboard/intel/eagleheights/Kconfig
+++ b/src/mainboard/intel/eagleheights/Kconfig
@@ -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"