From ca24fe48c46f30289caba693e1003e2807df4b10 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 16 Sep 2019 12:46:12 +0200 Subject: nb/nehalem: Move MMCONF_BASE_ADDRESS to a common place MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I872959c4a38e28c29220b81c9fe029e7fc553ccf Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/35435 Reviewed-by: Angel Pons Reviewed-by: Kyösti Mälkki Reviewed-by: Alexander Couzens Tested-by: build bot (Jenkins) --- src/northbridge/intel/nehalem/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/nehalem/Kconfig b/src/northbridge/intel/nehalem/Kconfig index 9c74ef6d4d..f500d637d6 100644 --- a/src/northbridge/intel/nehalem/Kconfig +++ b/src/northbridge/intel/nehalem/Kconfig @@ -52,4 +52,8 @@ config MRC_CACHE_SIZE hex default 0x10000 +config MMCONF_BASE_ADDRESS + hex + default 0xe0000000 + endif -- cgit v1.2.3