diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-09-14 10:28:52 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-21 12:08:22 +0000 |
commit | ef169d6cc6095f4088119117daa0421a835fef3c (patch) | |
tree | 2c89d60de7f7bb7a378c4dcb3847abf6abd4c48d /src/mainboard/google/slippy/Kconfig | |
parent | 2aef7f3ceceffecc36c379059335c251e8e2ff3b (diff) |
nb/intel/haswell: Move MMCONF_BASE_ADDRESS to northbridge Kconfig
Change-Id: I44f27405fc8ccbe54c7d19b70327da866390a156
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/28603
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r-- | src/mainboard/google/slippy/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig index 738735e8f5..fe7e5b3d3a 100644 --- a/src/mainboard/google/slippy/Kconfig +++ b/src/mainboard/google/slippy/Kconfig @@ -58,10 +58,6 @@ config DEVICETREE string default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config MAX_CPUS int default 8 |