build/boot/roms: bugfix: unitialised variable

When using e.g. -p grub in build/boot/roms, it will
error out. This patch fixes that.

E.g.

./build boot roms t440pmrc_12mb -p grub

Seldom used feature and it was overlooked. Most people
won't use the option that triggered the error.
This commit is contained in:
Leah Rowe
2023-03-25 16:43:24 +00:00
parent da6bf57a3f
commit 883967160c
+1
View File
@@ -29,6 +29,7 @@
set -u -e
projectname="$(cat projectname)"
opts=""
listboards() {
for boarddir in resources/coreboot/*; do