Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28010
Change subject: soc/intel/braswell/Kconfig: Clean up redefined config options ......................................................................
soc/intel/braswell/Kconfig: Clean up redefined config options
HAVE_IFD_BIN and the likes are redefined in southbridge/intel/common/Kconfig which presents options under the 'Intel Firmware' section which gets sourced later than the 'southbridge' section therefore overriding this anyway.
FAKE_IFD depends on out tree flashrom patches for which there are better alternatives available now, so don't build with FAKE_IFD by default.
Change-Id: Icd41137a1bbfe519c89a71cc0c7c3755558bd834 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/intel/braswell/Kconfig 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/28010/1
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 23e5990..607d78c 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -120,15 +120,6 @@ configure the pads and enable it. This serial port can be used for the debug console.
-config HAVE_IFD_BIN - def_bool n - -config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - -config HAVE_ME_BIN - def_bool n - config IED_REGION_SIZE hex default 0x400000