summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-26 14:14:17 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-26 14:14:17 (EDT)
commitd88076bf03a3ad453887584c1e74a299f794f132 (patch)
tree05e7ad99136c12ca2bdb0d4f528da6c65a65ef28 /resources
parent3dc63663309d121a98ebe412a5ac74dbf319d6bd (diff)
downloadlibreboot-d88076bf03a3ad453887584c1e74a299f794f132.zip
libreboot-d88076bf03a3ad453887584c1e74a299f794f132.tar.gz
libreboot-d88076bf03a3ad453887584c1e74a299f794f132.tar.bz2
build/roms/helper: re-enable building of txtmode images
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/roms/helper7
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/scripts/helpers/build/roms/helper b/resources/scripts/helpers/build/roms/helper
index ada0029..b032d3a 100755
--- a/resources/scripts/helpers/build/roms/helper
+++ b/resources/scripts/helpers/build/roms/helper
@@ -61,13 +61,6 @@ fi
for romtype in txtmode vesafb
do
- # skip building txtmode roms for now (memtest86 is broken)
- # todo: make a new release ASAP, with memtest86+ working again, and text-mode working on GM45
- if [ "${romtype}" = "txtmode" ]; then
- # TODO: remove this if, once you get memtest86+ working again
- continue
- fi
-
if [ "${1}" = "x200_8mb" ] || [ "${1}" = "x200_4mb" ] || [ "${1}" = "r400_8mb" ] || [ "${1}" = "r400_4mb" ] || [ "${1}" = "t400_8mb" ] || [ "${1}" = "t400_4mb" ] || [ "${1}" = "t500_8mb" ] || [ "${1}" = "t500_4mb" ]
then
if [ "${romtype}" = "txtmode" ]