summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-14 12:00:09 (EDT)
committer Leah Woods <info@minifree.org>2016-05-14 12:36:28 (EDT)
commit8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5 (patch)
tree792f0a93e74a8411406b893a344c76f04fbb7503 /resources/scripts/helpers/build
parent6ff3d7c8e55226ca58b011d870ab993b16576479 (diff)
downloadlibreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.zip
libreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.tar.gz
libreboot-8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5.tar.bz2
Add 16MiB ROM image configs for all GM45 thinkpads
Diffstat (limited to 'resources/scripts/helpers/build')
-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 7cd7065..bbf3445 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -97,7 +97,7 @@ if [ -d "bin/grub/" ]; then
cd "bin/grub/"
for board in "x200" "r400" "t400" "t500"
do
- for romsize in "4m" "8m"
+ for romsize in "4m" "8m" "16m"
do
if [ -d "${board}_${romsize}b/" ]; then
cd "${board}_${romsize}b/"