nb/intel/pineview: Use a common MMCONF_BASE_ADDRESS

This should not be board specific.

Change-Id: Ifa617e84af767f33a94f1ddfa7d4883c1a45198f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/28224
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Arthur Heymans 2018-08-19 23:08:10 +02:00 committed by Felix Held
parent 015339fbf0
commit eb6f2f55ff
2 changed files with 4 additions and 4 deletions

View File

@ -34,10 +34,6 @@ config MAX_CPUS
int
default 4
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
config MAINBOARD_DIR
string
default intel/d510mo

View File

@ -39,4 +39,8 @@ config VGA_BIOS_ID
string
default "8086,a001"
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
endif