intel/braswell: Disable IFD & ME by default so abuild can build
The Braswell IFD & ME blobs aren't published in the 3rdparty repo, so disable them by default for now. Change-Id: If68ff1f37fbf7afb2f9eb1e5d9942afcf40ab1e3 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/12828 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
9dbdf520d8
commit
481a19cf99
|
@ -124,13 +124,13 @@ config ENABLE_BUILTIN_COM1
|
|||
the debug console.
|
||||
|
||||
config HAVE_IFD_BIN
|
||||
def_bool y
|
||||
def_bool n
|
||||
|
||||
config BUILD_WITH_FAKE_IFD
|
||||
def_bool !HAVE_IFD_BIN
|
||||
|
||||
config HAVE_ME_BIN
|
||||
def_bool y
|
||||
def_bool n
|
||||
|
||||
config IED_REGION_SIZE
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue