summaryrefslogtreecommitdiff
path: root/script/build/boot/roms
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-06 01:34:14 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-06 01:34:14 +0100
commit1c2de7f962115a96668aa1f66b1cc1fee3be6922 (patch)
tree7487c70c1d4992a24c1be4ab87b16b69aba86014 /script/build/boot/roms
parent176722a841e59f4a6664bad45dc9344364a4a166 (diff)
unify build/grub/* to build/coreboot/grub
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/boot/roms')
-rwxr-xr-xscript/build/boot/roms2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/boot/roms b/script/build/boot/roms
index 9736ee7f..e111fdb0 100755
--- a/script/build/boot/roms
+++ b/script/build/boot/roms
@@ -166,7 +166,7 @@ build_dependency_grub()
rebuild_grub="y" && break
done
[ "${rebuild_grub}" = "y" ] || return 0
- x_ ./build grub payload
+ x_ ./build coreboot grub
}
build_dependency_uboot()