mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user