summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 3866d75..3bd92d9 100755
--- a/build
+++ b/build
@@ -46,8 +46,8 @@ do
done
# The GRUB payloads are no longer needed
-rm -rf coreboot/grub_vesafb.rom
-rm -rf coreboot/grub_txtmode.rom
+rm -rf coreboot/grub_vesafb.elf
+rm -rf coreboot/grub_txtmode.elf
# ------------------- DONE ----------------------