autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
[platform/kernel/u-boot.git] / include / video_font.h
index 6e341cf..96b9edb 100644 (file)
@@ -8,6 +8,10 @@
 #ifndef _VIDEO_FONT_
 #define _VIDEO_FONT_
 
+#ifdef CONFIG_VIDEO_FONT_4X6
+#include <video_font_4x6.h>
+#else
 #include <video_font_data.h>
+#endif
 
 #endif /* _VIDEO_FONT_ */