summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-01-30 10:58:02 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-01-30 10:58:02 (EST)
commitf07a3481210d78c8874b119842a135fe52a578c8 (patch)
tree992d8aaf9a4163d329208fcb4ca0e53366adda4a /resources/scripts/helpers/build/roms
parent75ab59d4e141d106970f397c31d52ba486117fc9 (diff)
downloadlibreboot-f07a3481210d78c8874b119842a135fe52a578c8.zip
libreboot-f07a3481210d78c8874b119842a135fe52a578c8.tar.gz
libreboot-f07a3481210d78c8874b119842a135fe52a578c8.tar.bz2
New board: Intel D510MO
Diffstat (limited to 'resources/scripts/helpers/build/roms')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index f39bc91..631b96f 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -76,9 +76,9 @@ do
continue
fi
fi
- if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ]; then
+ if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "ga-g41m-es2l" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; then
if [ "${romtype}" = "vesafb" ]; then
- printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8 and ga-g41m-es2l\n"
+ printf "Only text-mode is reported to work on KGPE-D16, KCMA-D8, D510MO and ga-g41m-es2l\n"
printf "TODO: get tpearson to fix it\n"
continue
fi