build/boot/roms: remove unused legacy code

this cuttype is no longer used

lbmk creates truncated me setups now, on ifd platforms
fsdg20230625
Leah Rowe 2023-05-13 01:07:53 +01:00
parent 3bd82b7679
commit 5811e53e82
1 changed files with 1 additions and 7 deletions

View File

@ -711,13 +711,7 @@ moverom()
printf "\nCreating new ROM image: %s\n" "${_newrom}"
if [ "${cuttype}" = "4MiB IFD BIOS region" ]; then
dd if=${rompath} of=${_newrom} bs=1 \
skip=$(($(stat -c %s ${rompath}) - 0x400000)) \
count=4194304
else
cp ${rompath} ${_newrom}
fi
cp ${rompath} ${_newrom}
for romsize in 4 8 16; do
ifdgbe="descriptors/ich9m/ich9fdgbe_${romsize}m.bin"