summaryrefslogtreecommitdiff
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-18 19:52:18 -0700
committerSimon Glass <sjg@chromium.org>2016-01-20 19:10:15 -0700
commit72cded9ec0dd8e36e17372687b0284044ac079a6 (patch)
treeb73b7d3234bb2b16396598aea88f94819086e4c2 /drivers/video/Makefile
parent83510766c90a52e58477267704fc5ca8f75c3dab (diff)
downloadu-boot-imx-72cded9ec0dd8e36e17372687b0284044ac079a6.zip
u-boot-imx-72cded9ec0dd8e36e17372687b0284044ac079a6.tar.gz
u-boot-imx-72cded9ec0dd8e36e17372687b0284044ac079a6.tar.bz2
dm: video: Add a 'normal' text console driver
Most of the time we don't need to rotate the display so a simple font blitting feature is enough for our purposes. Add a simple driver which supports this function. It provides text output on the console using the standard 8x16-pixel font. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index e82f1ae..b4eba8e 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -7,7 +7,7 @@
ifdef CONFIG_DM
obj-$(CONFIG_DISPLAY_PORT) += dp-uclass.o
-obj-$(CONFIG_DM_VIDEO) += video-uclass.o vidconsole-uclass.o
+obj-$(CONFIG_DM_VIDEO) += video-uclass.o vidconsole-uclass.o console_normal.o
endif
obj-$(CONFIG_ATI_RADEON_FB) += ati_radeon_fb.o videomodes.o