summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withseabios_helper
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/roms/withseabios_helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/withseabios_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withseabios_helper b/resources/scripts/helpers/build/roms/withseabios_helper
index 300c334..f710051 100755
--- a/resources/scripts/helpers/build/roms/withseabios_helper
+++ b/resources/scripts/helpers/build/roms/withseabios_helper
@@ -98,7 +98,7 @@ do
# Build coreboot ROM image
make clean
- cp "../../../seabios/out/bios.bin.elf" "seabios.elf"
+ cp "../../../seabios/out/bios.bin.vga.elf" "seabios.elf"
mv "config_${romtype}" .config
make -j${cores}
rm -f "seabios.elf"