summaryrefslogtreecommitdiffstats
path: root/resources/scripts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-15 06:22:24 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2016-03-15 06:22:24 (EDT)
commit8515852f6be032b22844b78e7daac199a8bc5c90 (patch)
tree24896d420c5fddc1306a1c55e0422524e702fb64 /resources/scripts
parent4c914d5abfa28c8ff238c7451224f70af0860a2e (diff)
downloadlibreboot-8515852f6be032b22844b78e7daac199a8bc5c90.zip
libreboot-8515852f6be032b22844b78e7daac199a8bc5c90.tar.gz
libreboot-8515852f6be032b22844b78e7daac199a8bc5c90.tar.bz2
build/roms/seabios: copy coreboot config, NOT THE SEABIOS CONFIG, for building
Yeah.
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"