summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-02 14:41:28 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-02 14:41:28 (EST)
commit91aec7e72005dcda72d19f2d024a02d8c0f86590 (patch)
tree1037ea031db5d13b5b44a47f5cf72e1d60d3634b
parent7fa8e4a5c3695c6204c94aa257d5eeb4f06006df (diff)
downloadlibreboot-91aec7e72005dcda72d19f2d024a02d8c0f86590.zip
libreboot-91aec7e72005dcda72d19f2d024a02d8c0f86590.tar.gz
libreboot-91aec7e72005dcda72d19f2d024a02d8c0f86590.tar.bz2
build/roms/withgrub: only dd the .rom files
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index 719fb6f..fd1aa5d 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -118,7 +118,7 @@ if [ -d "bin/grub/" ]; then
else
../../../resources/utilities/ich9deblob/ich9gen
fi
- for rom in *
+ for rom in *.rom
do
if [ "${board}" = "r500" ]; then
dd if="ich9fdnogbe_${romsize}.bin" of="${rom}" bs=1 count=4k conv=notrunc