diff options
author | Leah Rowe <info@minifree.org> | 2017-03-21 04:03:00 +0000 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-30 03:39:01 +0100 |
commit | 466dc2326853b343e7ce848767473affd71b4b50 (patch) | |
tree | 6544d01dfce78e99ce21b9569a7cc782688adec6 /resources/scripts/helpers/build/roms/withgrub_helper | |
parent | 736c6f5bdbed7e539cf9b4f2fb0ed807b53d3492 (diff) | |
download | librebootfr-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/withgrub_helper')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 2 |
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" |