blobs/download: don't handle ifd/gbe files
they weren't even handled at all, but they were referenced under coreboot configuration they don't need to be handled. lbmk simply includes these files. Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
03788d14fb
commit
a05010503f
|
@ -41,9 +41,7 @@ uefiextract="$(pwd)/uefitool/uefiextract"
|
|||
_b="" # board shorthand without e.g. _4mb (avoid duplication per flash size)
|
||||
|
||||
CONFIG_HAVE_MRC=""
|
||||
CONFIG_HAVE_IFD_BIN=""
|
||||
CONFIG_HAVE_ME_BIN=""
|
||||
CONFIG_HAVE_GBE_BIN=""
|
||||
CONFIG_KBC1126_FIRMWARE=""
|
||||
CONFIG_BOARD_DELL_E6400=""
|
||||
CONFIG_VGA_BIOS_FILE=""
|
||||
|
@ -83,9 +81,7 @@ detect_firmware()
|
|||
. "${boarddir}/target.cfg"
|
||||
|
||||
[ "${CONFIG_HAVE_MRC}" = "y" ] && needs="${needs} MRC"
|
||||
[ "${CONFIG_HAVE_IFD_BIN}" = "y" ] && needs="${needs} IFD"
|
||||
[ "${CONFIG_HAVE_ME_BIN}" = "y" ] && needs="${needs} ME"
|
||||
[ "${CONFIG_HAVE_GBE_BIN}" = "y" ] && needs="${needs} GBE"
|
||||
[ "${CONFIG_KBC1126_FIRMWARE}" = "y" ] && needs="${needs} EC"
|
||||
[ "${CONFIG_BOARD_DELL_E6400}" = "y" ] && \
|
||||
[ "${CONFIG_VGA_BIOS_FILE}" != "" ] && needs="${needs} E6400VGA"
|
||||
|
|
Loading…
Reference in New Issue