From 80c7a548cbe44eee8916836e75478905004a85b3 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 18 Apr 2017 21:47:08 +0200 Subject: [PATCH] UPSTREAM: mb/sapphire/pureplatinumh61: Sanitize Kconfig Remove overrides that set platform defaults or insane values. BUG=none BRANCH=none TEST=none Change-Id: I7c8643a958ab7883392de59a82531312b4fcd58e Signed-off-by: Patrick Georgi Original-Commit-Id: 5f9fe7232a24e4abf88b6b642f4df462142cfd85 Original-Change-Id: I11d1c7155bf1c7f9298f60638a6c2f3b128f3fe8 Original-Signed-off-by: Nico Huber Original-Reviewed-on: https://review.coreboot.org/19354 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Nicola Corna Reviewed-on: https://chromium-review.googlesource.com/506185 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/mainboard/sapphire/pureplatinumh61/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/mainboard/sapphire/pureplatinumh61/Kconfig b/src/mainboard/sapphire/pureplatinumh61/Kconfig index 937e7e4e55..f9458a62a3 100644 --- a/src/mainboard/sapphire/pureplatinumh61/Kconfig +++ b/src/mainboard/sapphire/pureplatinumh61/Kconfig @@ -23,10 +23,6 @@ config HAVE_IFD_BIN bool default n -config HAVE_ME_BIN - bool - default n - config MAINBOARD_DIR string default sapphire/pureplatinumh61 @@ -51,10 +47,6 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID hex default 0x174b -config MMCONF_BASE_ADDRESS - hex - default 0xf0000000 - config DRAM_RESET_GATE_GPIO int default 60 @@ -63,7 +55,4 @@ config MAX_CPUS int default 8 -config USBDEBUG_HCD_INDEX #USB port on the back under the Bluetooth module - int - default 4 endif