mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: remove useless comment block
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -90,11 +90,6 @@ getfiles()
|
||||
"$MRC_url_bkup" "$MRC_hash" "$CONFIG_REFCODE_BLOB_FILE"
|
||||
[ -z "$CONFIG_LENOVO_TBFW_BIN" ] || fetch "tbfw" "$TBFW_url" \
|
||||
"$TBFW_url_bkup" "$TBFW_hash" "$CONFIG_LENOVO_TBFW_BIN"
|
||||
#
|
||||
# in the future, we might have libre fsp-s and then fsp-m.
|
||||
# therefore, handle them separately, in case one of them is libre; if
|
||||
# one of them was, the path wouldn't be set.
|
||||
#
|
||||
[ -z "$CONFIG_FSP_M_FILE" ] || fetch "fsp" "$CONFIG_FSP_FD_PATH" \
|
||||
"$CONFIG_FSP_FD_PATH" "$FSPFD_hash" "$CONFIG_FSP_M_FILE" copy
|
||||
[ -z "$CONFIG_FSP_S_FILE" ] || fetch "fsp" "$CONFIG_FSP_FD_PATH" \
|
||||
|
||||
Reference in New Issue
Block a user