aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-05-10 13:11:11 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:39:50 +0200
commit1dcb2ac199d557eb287a7c1408b7c7b0ca6b0220 (patch)
treee095bf319ef8cfcb31730beff103d8927873bcfc /src/northbridge/intel/gm45/Kconfig
parentc5fba2c17c61c1609105c6224c274ff7c6f827e6 (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/northbridge/intel/gm45/Kconfig')
-rw-r--r--src/northbridge/intel/gm45/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index ea6933d26e..57ca8bd2d6 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -39,4 +39,8 @@ config VGA_BIOS_ID
string
default "8086,2a42"
+config MMCONF_BASE_ADDRESS
+ hex
+ default 0xf0000000
+
endif