diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-04-21 18:29:44 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-04-21 18:32:10 +0000 |
commit | a544c8467d109d8c831929c3fcc8579beb9201b1 (patch) | |
tree | 483f4afcc019d0cb4a98625a1ef0e8fde0c01a6e /tools | |
parent | 75cb8ba8a4c3b5f2a5bd7195ef3d61089151a6f5 (diff) |
FiiO M3K: increase bootloader font size
The default font was very small and hard to read.
Change-Id: Id6d8ec49a700dcad65903b92c09ec42840c1f6e5
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 1 |
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 output="rockbox.m3k" bootoutput="bootloader.m3k" sploutput="spl.m3k" + sysfontbl="16-Terminus" # toolset is the tools within the tools directory that we build for # this particular target. toolset="$toolset mkspl-x1000" |