summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-04-21 18:29:44 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-04-21 18:32:10 +0000
commita544c8467d109d8c831929c3fcc8579beb9201b1 (patch)
tree483f4afcc019d0cb4a98625a1ef0e8fde0c01a6e
parent75cb8ba8a4c3b5f2a5bd7195ef3d61089151a6f5 (diff)
downloadrockbox-a544c8467d109d8c831929c3fcc8579beb9201b1.tar.gz
rockbox-a544c8467d109d8c831929c3fcc8579beb9201b1.zip
FiiO M3K: increase bootloader font size
The default font was very small and hard to read. Change-Id: Id6d8ec49a700dcad65903b92c09ec42840c1f6e5
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 762caec162..b7cbfb0ba2 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4222,6 +4222,7 @@ fi
4222 output="rockbox.m3k" 4222 output="rockbox.m3k"
4223 bootoutput="bootloader.m3k" 4223 bootoutput="bootloader.m3k"
4224 sploutput="spl.m3k" 4224 sploutput="spl.m3k"
4225 sysfontbl="16-Terminus"
4225 # toolset is the tools within the tools directory that we build for 4226 # toolset is the tools within the tools directory that we build for
4226 # this particular target. 4227 # this particular target.
4227 toolset="$toolset mkspl-x1000" 4228 toolset="$toolset mkspl-x1000"