mb/*/*/Kconfig: Remove default MMCONF_BASE_ADDRESS on Sandy Bridge
Change-Id: I6f0d6d7fefc77fb05cdb629d09de8cb72496a9cc Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/22664 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
61847bf67f
commit
079455f207
|
@ -47,10 +47,6 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
|||
hex
|
||||
default 0x8086
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config DRAM_RESET_GATE_GPIO # FIXME: check this
|
||||
int
|
||||
default 60
|
||||
|
|
|
@ -50,10 +50,6 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
|||
hex
|
||||
default 0x17aa
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config DRAM_RESET_GATE_GPIO
|
||||
int
|
||||
default 10
|
||||
|
|
|
@ -35,10 +35,6 @@ config MAINBOARD_PART_NUMBER
|
|||
string
|
||||
default "ThinkPad S230U (Twist)"
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf0000000
|
||||
|
||||
config EC_BASE_ADDRESS
|
||||
hex
|
||||
default 0xff000000
|
||||
|
|
Loading…
Reference in New Issue