build/boot/roms: don't run ich9gen twice

fsdg20230625
Leah Rowe 2023-05-13 01:34:29 +01:00
parent 1e9ed989d3
commit 6a4ce66f6e
1 changed files with 3 additions and 1 deletions

View File

@ -736,7 +736,9 @@ moverom()
c=12
ifdgbe="descriptors/ich9m/ich9fdgbe_${romsize}m.bin"
fi
if [ ! -f "${ifdgbe}" ]; then
./build descriptors ich9m
fi
dd if=${ifdgbe} of=${_newrom} bs=1 count=${c}k \
conv=notrunc
done