Skip to content
Snippets Groups Projects
Commit 88396716 authored by Leah Rowe's avatar Leah Rowe
Browse files

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.
parent da6bf57a
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
set -u -e set -u -e
projectname="$(cat projectname)" projectname="$(cat projectname)"
opts=""
listboards() { listboards() {
for boarddir in resources/coreboot/*; do for boarddir in resources/coreboot/*; do
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment