build/boot/roms: use fast dd command for ich9m ifd
bs 12k and count 1, rather than bs 1 and count 12kfsdg20230625
parent
6a4ce66f6e
commit
65dfdd56da
|
@ -739,7 +739,7 @@ moverom()
|
||||||
if [ ! -f "${ifdgbe}" ]; then
|
if [ ! -f "${ifdgbe}" ]; then
|
||||||
./build descriptors ich9m
|
./build descriptors ich9m
|
||||||
fi
|
fi
|
||||||
dd if=${ifdgbe} of=${_newrom} bs=1 count=${c}k \
|
dd if=${ifdgbe} of=${_newrom} bs=${c}k count=1 \
|
||||||
conv=notrunc
|
conv=notrunc
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue