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> Reviewed-on: https://review.coreboot.org/28018 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
b3e15a2895
commit
cac468c834
|
@ -66,9 +66,6 @@ config HPET_MIN_TICKS
|
|||
hex
|
||||
default 0x80
|
||||
|
||||
config BUILD_WITH_FAKE_IFD
|
||||
def_bool !HAVE_IFD_BIN
|
||||
|
||||
endif
|
||||
|
||||
if SOUTHBRIDGE_INTEL_BD82X6X || SOUTHBRIDGE_INTEL_C216 || SOUTHBRIDGE_INTEL_IBEXPEAK
|
||||
|
|
|
@ -58,9 +58,6 @@ config SERIRQ_CONTINUOUS_MODE
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue