X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2Ffonts%2Ffonts.c;h=823376ca0a8b2a7655a51b51c39d5dd944373e61;hb=a13926db3e5ea5bbac297f59e9f35061f52892d3;hp=f947189efe6d4b961c940b7f0fa2876a6b6938e6;hpb=3d7e5fc37f91c3ad4974262e173d9ba36139652a;p=firefly-linux-kernel-4.4.55.git diff --git a/lib/fonts/fonts.c b/lib/fonts/fonts.c index f947189efe6d..823376ca0a8b 100644 --- a/lib/fonts/fonts.c +++ b/lib/fonts/fonts.c @@ -63,6 +63,10 @@ static const struct font_desc *fonts[] = { #undef NO_FONTS &font_mini_4x6, #endif +#ifdef CONFIG_FONT_6x10 +#undef NO_FONTS + &font_6x10, +#endif }; #define num_fonts ARRAY_SIZE(fonts)