mb/sapphire/pureplatinumh61: Sanitize Kconfig
Remove overrides that set platform defaults or insane values. Change-Id: I11d1c7155bf1c7f9298f60638a6c2f3b128f3fe8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19354 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicola Corna <nicola@corna.info>
This commit is contained in:
parent
3c4ddab1d4
commit
5f9fe7232a
|
@ -23,10 +23,6 @@ config HAVE_IFD_BIN
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config HAVE_ME_BIN
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config MAINBOARD_DIR
|
config MAINBOARD_DIR
|
||||||
string
|
string
|
||||||
default sapphire/pureplatinumh61
|
default sapphire/pureplatinumh61
|
||||||
|
@ -51,10 +47,6 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
||||||
hex
|
hex
|
||||||
default 0x174b
|
default 0x174b
|
||||||
|
|
||||||
config MMCONF_BASE_ADDRESS
|
|
||||||
hex
|
|
||||||
default 0xf0000000
|
|
||||||
|
|
||||||
config DRAM_RESET_GATE_GPIO
|
config DRAM_RESET_GATE_GPIO
|
||||||
int
|
int
|
||||||
default 60
|
default 60
|
||||||
|
@ -63,7 +55,4 @@ config MAX_CPUS
|
||||||
int
|
int
|
||||||
default 8
|
default 8
|
||||||
|
|
||||||
config USBDEBUG_HCD_INDEX #USB port on the back under the Bluetooth module
|
|
||||||
int
|
|
||||||
default 4
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue