Angel Pons has uploaded this change for review. ( https://review.coreboot.org/28018
Change subject: sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by default ......................................................................
sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by default
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: I2c6a6586da9a6d26b0a5bf7d3ba8f3ffe3205647 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/southbridge/intel/bd82x6x/Kconfig M src/southbridge/intel/ibexpeak/Kconfig 2 files changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/28018/1
diff --git a/src/southbridge/intel/bd82x6x/Kconfig b/src/southbridge/intel/bd82x6x/Kconfig index 3033e20..c028595 100644 --- a/src/southbridge/intel/bd82x6x/Kconfig +++ b/src/southbridge/intel/bd82x6x/Kconfig @@ -66,9 +66,6 @@ hex default 0x80
-config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - endif
if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 || SOUTHBRIDGE_INTEL_IBEXPEAK diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig index 5cf402c..d377950 100644 --- a/src/southbridge/intel/ibexpeak/Kconfig +++ b/src/southbridge/intel/ibexpeak/Kconfig @@ -58,9 +58,6 @@ If you set this option to y, the serial IRQ machine will be operated in continuous mode.
-config BUILD_WITH_FAKE_IFD - def_bool !HAVE_IFD_BIN - config HPET_MIN_TICKS hex default 0x80