]> git.baikalelectronics.ru Git - uboot.git/commit
video console: move 8x16 font data in named header
authorDzmitry Sankouski <dsankouski@gmail.com>
Tue, 7 Mar 2023 10:21:13 +0000 (13:21 +0300)
committerAnatolij Gustschin <agust@denx.de>
Tue, 7 Mar 2023 12:26:08 +0000 (13:26 +0100)
commit095488c912d7f3797f14aa5a07187aec4add9a4d
tree6f56930c3743c8f2101dd1e03db59e8be42ccbd6
parenta353aba0dc508ba7eaaba496fe0b46aa541e0ccf
video console: move 8x16 font data in named header

Consistent font data header names needed to add new
fonts.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/video_font.h
include/video_font_8x16.h [new file with mode: 0644]
include/video_font_data.h [deleted file]