From 6cfa4f763ddbe1b6a8b473c1b532c3c14f0ae951 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 10 Aug 2018 20:28:12 +0200 Subject: soc/intel/broadwell/Kconfig: Clean up redefined config options All broadwell board set HAVE_IFD_BIN to default n, overloading the option in soc, therefore just use the defaults in sb/intel/common/firmware. Change-Id: I250dbbc9d61ecedc1a1eb48751ad966732604349 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/28011 Reviewed-by: Angel Pons Reviewed-by: Tristan Corrick Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/soc/intel/broadwell/Kconfig') diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index 1b1085a4ac..32148c4f6a 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -207,12 +207,6 @@ config REFCODE_BLOB_FILE endif # HAVE_REFCODE_BLOB -config HAVE_ME_BIN - def_bool y - -config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - config CHIPSET_BOOTBLOCK_INCLUDE string default "soc/intel/broadwell/bootblock/timestamp.inc" -- cgit v1.2.3