diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-05-10 13:11:11 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2017-05-11 16:39:50 +0200 |
commit | 1dcb2ac199d557eb287a7c1408b7c7b0ca6b0220 (patch) | |
tree | e095bf319ef8cfcb31730beff103d8927873bcfc /src/mainboard/lenovo/x200/Kconfig | |
parent | c5fba2c17c61c1609105c6224c274ff7c6f827e6 (diff) |
nb/intel/gm45: Define and use default MMCONF_BASE_ADDRESS
Change-Id: I2308b069b8f2c601254169bcb6a34442c537a311
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19649
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/lenovo/x200/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/x200/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/lenovo/x200/Kconfig b/src/mainboard/lenovo/x200/Kconfig index ff6139eee5..158dec7c5c 100644 --- a/src/mainboard/lenovo/x200/Kconfig +++ b/src/mainboard/lenovo/x200/Kconfig @@ -31,10 +31,6 @@ config MAINBOARD_PART_NUMBER string default "ThinkPad X200" -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config USBDEBUG_HCD_INDEX int default 2 |