diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-03-15 10:22:24 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-03-15 10:22:24 +0000 |
commit | 8515852f6be032b22844b78e7daac199a8bc5c90 (patch) | |
tree | 24896d420c5fddc1306a1c55e0422524e702fb64 /resources/scripts/helpers | |
parent | 4c914d5abfa28c8ff238c7451224f70af0860a2e (diff) | |
download | librebootfr-8515852f6be032b22844b78e7daac199a8bc5c90.tar.gz librebootfr-8515852f6be032b22844b78e7daac199a8bc5c90.zip |
build/roms/seabios: copy coreboot config, NOT THE SEABIOS CONFIG, for building
Yeah.
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withseabios_helper | 2 |
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 e39fc22f..ed96ce2a 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" |