VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Peilin Ye <yepeilin.cs@gmail.com> 2020-11-12 07:13:34 -0500 committer: Daniel Vetter <daniel.vetter@ffwll.ch> 2020-11-16 16:31:41 +0100 commit: 4ee573086bd88ff3060dda07873bf755d332e9ba parent: 259a252c1f4e19045b06660f81014fb51e17f3f6
Commit Summary:
Fonts: Add charcount field to font_desc
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/fonts/font_10x18.c b/lib/fonts/font_10x18.c
index e02f9df24d1e..5d940db626e7 100644
--- a/lib/fonts/font_10x18.c
+++ b/lib/fonts/font_10x18.c
@@ -5137,6 +5137,7 @@ const struct font_desc font_10x18 = {
 	.name	= "10x18",
 	.width	= 10,
 	.height	= 18,
+	.charcount = 256,
 	.data	= fontdata_10x18.data,
 #ifdef __sparc__
 	.pref	= 5,