diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-01 18:08:05 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-01 18:08:05 +0000 |
commit | a7f58abb5a4540fbc7c48e1b9f91283d8ca59df7 (patch) | |
tree | 69867528d4471977badb03191ddca36ed9136b6b /script/build/roms | |
parent | 2d7e7306ff3213fee6f7a6178d6c135a3a41ec84 (diff) |
fix oversight in previous commit
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/roms')
-rwxr-xr-x | script/build/roms | 2 |
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 } |