build/boot/roms: fix wrong filename for pike2008 option roms

This commit is contained in:
Leah Rowe
2021-11-18 17:02:36 +00:00
parent 8a79f7b163
commit bc7243f1e1
+1 -1
View File
@@ -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