fix oversight in previous commit

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-01-01 18:08:05 +00:00
parent 2d7e7306ff
commit a7f58abb5a
+1 -1
View File
@@ -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
}