build/boot/roms: use fast dd command for ich9m ifd

bs 12k and count 1, rather than bs 1 and count 12k
This commit is contained in:
Leah Rowe
2023-05-13 01:38:59 +01:00
parent 6a4ce66f6e
commit 65dfdd56da

View File

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