mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: use readkconfig on inject too
same as the last change. we must avoid use of make variables, in sh specifically, when handling these configuration files. Signed-off-by: Leah Rowe <info@minifree.org>
This commit is contained in:
+2
-1
@@ -299,7 +299,8 @@ patch_release_roms()
|
||||
|
||||
patch_rom()
|
||||
{
|
||||
rom="$1"; . "$(check_defconfig "$boarddir")" 2>/dev/null || exit 0
|
||||
rom="$1"
|
||||
readkconfig || exit 0
|
||||
|
||||
[ "$CONFIG_HAVE_MRC" = "y" ] && inject "mrc.bin" "$CONFIG_MRC_FILE" \
|
||||
"mrc" "0xfffa0000"
|
||||
|
||||
Reference in New Issue
Block a user