aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/roms
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-03-21 04:03:00 +0000
committerLeah Rowe <info@minifree.org>2017-04-30 03:39:01 +0100
commit466dc2326853b343e7ce848767473affd71b4b50 (patch)
tree6544d01dfce78e99ce21b9569a7cc782688adec6 /resources/scripts/helpers/build/roms
parent736c6f5bdbed7e539cf9b4f2fb0ed807b53d3492 (diff)
downloadlibrebootfr-466dc2326853b343e7ce848767473affd71b4b50.tar.gz
librebootfr-466dc2326853b343e7ce848767473affd71b4b50.zip
librecore integration preparation: drop post-20160907 coreboot patches
Most of them don't apply, and they are merged upstream in librecore already. Librecore is becoming Libreboot's main firmware upstream.
Diffstat (limited to 'resources/scripts/helpers/build/roms')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index c91be0bf..26d69f0b 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -88,7 +88,7 @@ fi
for romtype in txtmode vesafb
do
- if [ "${boardtarget}" = "kgpe-d16" ] || [ "${boardtarget}" = "kcma-d8" ] || [ "${boardtarget}" = "d510mo" ]; 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, D510MO and ga-g41m-es2l\n"
printf "TODO: get tpearson to fix it\n"