diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-09-16 12:46:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-17 08:18:00 +0000 |
commit | ca24fe48c46f30289caba693e1003e2807df4b10 (patch) | |
tree | b3c3fa8921d69e3b374fdcc5163c9c7fdc5159f4 /src/mainboard/packardbell/ms2290 | |
parent | f704b548834fa7d2e7e9069750fd96b75df3e547 (diff) |
nb/nehalem: Move MMCONF_BASE_ADDRESS to a common place
Change-Id: I872959c4a38e28c29220b81c9fe029e7fc553ccf
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35435
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/packardbell/ms2290')
-rw-r--r-- | src/mainboard/packardbell/ms2290/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/packardbell/ms2290/Kconfig b/src/mainboard/packardbell/ms2290/Kconfig index 631559157f..932d6b84bf 100644 --- a/src/mainboard/packardbell/ms2290/Kconfig +++ b/src/mainboard/packardbell/ms2290/Kconfig @@ -30,10 +30,6 @@ config MAINBOARD_VENDOR string default "Packard Bell" -config MMCONF_BASE_ADDRESS - hex - default 0xe0000000 - config USBDEBUG_HCD_INDEX int default 2 |