build/boot/roms: remove unused legacy code
this cuttype is no longer used lbmk creates truncated me setups now, on ifd platformsfsdg20230625
parent
3bd82b7679
commit
5811e53e82
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue