From 5fba532954fe0363bcaa802ba4990e9466dc7d8c Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Fri, 2 Mar 2018 20:50:17 +0100 Subject: video: indicate code page of bitmap fonts Add comments clarifying that the bitmap fonts support code page 437. Signed-off-by: Heinrich Schuchardt --- drivers/video/vidconsole-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/video/vidconsole-uclass.c b/drivers/video/vidconsole-uclass.c index 6f3988d49e..5553d629b9 100644 --- a/drivers/video/vidconsole-uclass.c +++ b/drivers/video/vidconsole-uclass.c @@ -13,7 +13,7 @@ #include #include #include -#include /* Get font data, width and height */ +#include /* Bitmap font for code page 437 */ /* * Structure to describe a console color -- cgit