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

fsdg20230625
Leah Rowe 2021-11-18 17:02:36 +00:00
parent 8a79f7b163
commit bc7243f1e1
1 changed files with 1 additions and 1 deletions

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