diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-14 18:10:46 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-01-30 10:56:34 +0100 |
commit | c0603b98d48283f5f7e240c1fe71b291e7c761b1 (patch) | |
tree | e53b76161dda24e36c96a984f72bb97b99acfb5f /drivers/video/fonts/Makefile | |
parent | 7ad4e30decfdc5aed3a1a0ac459ad12dd4d0f6ae (diff) | |
download | talos-obmc-uboot-c0603b98d48283f5f7e240c1fe71b291e7c761b1.tar.gz talos-obmc-uboot-c0603b98d48283f5f7e240c1fe71b291e7c761b1.zip |
video: Add the Cantoraone decorative font
This font is a little more ornate than normal. Example uses are on security
screens where a feeling of formality is required.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts/Makefile')
-rw-r--r-- | drivers/video/fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fonts/Makefile b/drivers/video/fonts/Makefile index a3f6ea3229..46137f4f7e 100644 --- a/drivers/video/fonts/Makefile +++ b/drivers/video/fonts/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_CONSOLE_TRUETYPE_NIMBUS) += nimbus_sans_l_regular.o obj-$(CONFIG_CONSOLE_TRUETYPE_ANKACODER) += ankacoder_c75_r.o obj-$(CONFIG_CONSOLE_TRUETYPE_RUFSCRIPT) += rufscript010.o +obj-$(CONFIG_CONSOLE_TRUETYPE_CANTORAONE) += cantoraone_regular.o |