diff options
author | Heinrich Schuchardt | 2018-03-02 20:50:17 +0100 |
---|---|---|
committer | Anatolij Gustschin | 2018-03-06 10:22:37 +0100 |
commit | 5fba532954fe0363bcaa802ba4990e9466dc7d8c (patch) | |
tree | 898bfa38be08d1d9eae49ae50c297af37c9f5c41 /drivers | |
parent | 19f124d8295f17f23bc4b6d050f96b9d9d651d9f (diff) |
video: indicate code page of bitmap fonts
Add comments clarifying that the bitmap fonts support code page 437.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/vidconsole-uclass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vidconsole-uclass.c b/drivers/video/vidconsole-uclass.c index 6f3988d49ea..5553d629b98 100644 --- a/drivers/video/vidconsole-uclass.c +++ b/drivers/video/vidconsole-uclass.c @@ -13,7 +13,7 @@ #include <dm.h> #include <video.h> #include <video_console.h> -#include <video_font.h> /* Get font data, width and height */ +#include <video_font.h> /* Bitmap font for code page 437 */ /* * Structure to describe a console color |