Daniele Forsi (dforsi@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6417
-gerrit
commit f113d88a04dba32150c51ff38e898ce70af2af4b Author: Daniele Forsi dforsi@gmail.com Date: Wed Jul 30 14:16:07 2014 +0200
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 --- src/mainboard/intel/eagleheights/Kconfig | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/src/mainboard/intel/eagleheights/Kconfig b/src/mainboard/intel/eagleheights/Kconfig index bc0799c..702e2af 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"