mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
build/boot/roms: remove errant debug line
i added this in the last revision it was put there to debug something that i fixed before pushing
This commit is contained in:
@@ -372,7 +372,6 @@ build_rom_images()
|
||||
if [ ! -z ${displaymodes} ]; then
|
||||
modes="${displaymodes}"
|
||||
fi
|
||||
echo "MODES: ${modes}"
|
||||
for displaymode in ${modes}; do
|
||||
if [ "${initmode}" = "normal" ] \
|
||||
&& [ "$displaymode" != "txtmode" ]; then
|
||||
|
||||
Reference in New Issue
Block a user