summaryrefslogtreecommitdiffstats
path: root/resources/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts')
-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 e39fc22..ed96ce2 100755
--- a/resources/scripts/helpers/build/roms/withseabios_helper
+++ b/resources/scripts/helpers/build/roms/withseabios_helper
@@ -86,7 +86,7 @@ do
# Build coreboot ROM image
make clean
- cp "../../../resources/seabios/config/config" ".config"
+ cp "../../../resources/libreboot/config/seabios/${boardtarget}/config" ".config"
cp "../../../seabios/out/bios.bin.elf" "seabios.elf"
make -j${cores}
rm -f "seabios.elf"