mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 06:59:03 +02:00
include/blobutil: simplify check_defconfig()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -171,7 +171,8 @@ patch_rom()
|
||||
[ -f "${rom%_nomicrocode.rom}.rom" ] && \
|
||||
[ "${release_archive}" = "y" ] && return 0
|
||||
|
||||
check_defconfig "${boarddir}" || exit 1
|
||||
check_defconfig "${boarddir}" || err "patch_rom ${rom}: no defconfig"
|
||||
|
||||
set -- "${boarddir}/config/"*
|
||||
. "${1}" 2>/dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user