diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 22:05:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 22:32:51 +0100 |
commit | 04ebb3b91a06e55ddcf2f3a620f53fcb0863e4be (patch) | |
tree | e44a0570fce29e8eaca5c5b9efaa602d37116804 /include/vendor.sh | |
parent | 0c87fdf96adc0c072577992e312ba2342d39ecdd (diff) |
vendor.sh: tidy up decat_fspfd()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r-- | include/vendor.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index 31b1f76d..a085096d 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -230,8 +230,7 @@ decat_fspfd() _fspdir="$2" _fspsplit="$cbdir/3rdparty/fsp/Tools/SplitFspBin.py" - $python "$_fspsplit" split -f "$_fspfd" -o "$_fspdir" -n "Fsp.fd" || \ - $err "decat_fspfd '$1' '$2': Can't de-concatenate; $dontflash"; : + x_ $python "$_fspsplit" split -f "$_fspfd" -o "$_fspdir" -n "Fsp.fd" } extract_kbc1126ec() |