From 65dfdd56daea5f40f34873bc5eff0ded618620bc Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 13 May 2023 01:38:59 +0100 Subject: build/boot/roms: use fast dd command for ich9m ifd bs 12k and count 1, rather than bs 1 and count 12k --- resources/scripts/build/boot/roms_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/build/boot') diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper index 852964d0..ad2ada26 100755 --- a/resources/scripts/build/boot/roms_helper +++ b/resources/scripts/build/boot/roms_helper @@ -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 -- cgit v1.2.1