aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-05-10 13:12:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:40:18 +0200
commit512a2d1c4f2e9d63effebae03806fc2f9ddb1ce7 (patch)
tree3bba9a8b57adf817a5d9b15f6cd6ac969b655247 /src/mainboard/gigabyte
parent1dcb2ac199d557eb287a7c1408b7c7b0ca6b0220 (diff)
nb/intel/x4x: Define and use default MMCONF_BASE_ADDRESS
Currently only one board uses this northbridge in coreboot but some patches are pending to add more. Change-Id: If035e442d1a23674667f46a07b44c4f2b81be48c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
index ae57e5b379..909e58073d 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
@@ -35,10 +35,6 @@ config BOARD_SPECIFIC_OPTIONS
select HAVE_CMOS_DEFAULT
select HAVE_ACPI_RESUME
-config MMCONF_BASE_ADDRESS
- hex
- default 0xe0000000
-
config MAINBOARD_DIR
string
default "gigabyte/ga-g41m-es2l"