commit | 6e9d6e0beaf44cf53f29e27ba008aeea061e7ce9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 14 18:10:43 2016 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Jan 30 10:55:57 2016 +0100 |
tree | 1a3db715f86533be61f9804832df503442fe5b55 | |
parent | 2ef353e63f53d47ecfa3dae49151bfc1f5e112b0 [diff] [blame] |
video: Add the Nimbus sans font This provides a good-looking font for user prompts. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/video/fonts/Makefile b/drivers/video/fonts/Makefile index 6ab4647..68f4c3b 100644 --- a/drivers/video/fonts/Makefile +++ b/drivers/video/fonts/Makefile
@@ -4,3 +4,5 @@ # # SPDX-License-Identifier: GPL-2.0+ # + +obj-$(CONFIG_CONSOLE_TRUETYPE_NIMBUS) += nimbus_sans_l_regular.o