mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
build/boot/roms: remove unused legacy code
this cuttype is no longer used lbmk creates truncated me setups now, on ifd platforms
This commit is contained in:
@@ -711,13 +711,7 @@ moverom()
|
|||||||
|
|
||||||
printf "\nCreating new ROM image: %s\n" "${_newrom}"
|
printf "\nCreating new ROM image: %s\n" "${_newrom}"
|
||||||
|
|
||||||
if [ "${cuttype}" = "4MiB IFD BIOS region" ]; then
|
cp ${rompath} ${_newrom}
|
||||||
dd if=${rompath} of=${_newrom} bs=1 \
|
|
||||||
skip=$(($(stat -c %s ${rompath}) - 0x400000)) \
|
|
||||||
count=4194304
|
|
||||||
else
|
|
||||||
cp ${rompath} ${_newrom}
|
|
||||||
fi
|
|
||||||
|
|
||||||
for romsize in 4 8 16; do
|
for romsize in 4 8 16; do
|
||||||
ifdgbe="descriptors/ich9m/ich9fdgbe_${romsize}m.bin"
|
ifdgbe="descriptors/ich9m/ich9fdgbe_${romsize}m.bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user