summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-11-18 17:02:36 +0000
committerLeah Rowe <leah@libreboot.org>2021-11-18 17:02:36 +0000
commitbc7243f1e1051ce3561447bea4c94b6af3df9ad7 (patch)
tree795959a5f1f19362662048c262de38d9b40db804
parent8a79f7b1633c603a75364960a65b3257c8efbd7c (diff)
build/boot/roms: fix wrong filename for pike2008 option roms
-rwxr-xr-xresources/scripts/build/boot/roms_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper
index a4d5ff32..1936c4d8 100755
--- a/resources/scripts/build/boot/roms_helper
+++ b/resources/scripts/build/boot/roms_helper
@@ -228,7 +228,7 @@ moverom() {
rm -f "${emptyrom}"
touch "${emptyrom}"
for deviceID in "0072" "3050"; do
- "${cbfstool}" "${newrompath}" add -f "${emptyrom}" -n pci1000,${deviceID} -t raw
+ "${cbfstool}" "${newrompath}" add -f "${emptyrom}" -n pci1000,${deviceID}.rom -t raw
done
rm -f "${emptyrom}"
fi