summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-01 18:08:05 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-01 18:08:05 +0000
commita7f58abb5a4540fbc7c48e1b9f91283d8ca59df7 (patch)
tree69867528d4471977badb03191ddca36ed9136b6b /script
parent2d7e7306ff3213fee6f7a6178d6c135a3a41ec84 (diff)
fix oversight in previous commit
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/roms2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/roms b/script/build/roms
index cf4404cc..69eb2f15 100755
--- a/script/build/roms
+++ b/script/build/roms
@@ -134,7 +134,7 @@ build_payloads()
x_ ./update trees -b memtest86plus
[ "$payload_seabios" = "y" ] && x_ ./update trees -b seabios
- for bt in grub_payload dependency_uboot; do
+ for bt in grub_payload uboot_payload; do
eval "build_${bt}"
done
}