[U-Boot] [PATCH 07/11] video: Encapsulate font in video_font_data.h
Anatolij Gustschin
agust at denx.de
Mon Aug 12 22:43:07 CEST 2013
Hi,
On Tue, 30 Jul 2013 23:37:57 +0200
Marek Vasut <marex at denx.de> wrote:
> This patch moves all the font configuration values into video_font_data.h
> so they are all in the right place with the font. The video_font.h now only
> includes video_font_data.h and will allow us to select and include different
> font once more fonts are added.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Anatolij Gustschin <agust at denx.de>
> ---
> arch/powerpc/cpu/mpc8xx/video.c | 1 -
> common/lcd.c | 1 -
> drivers/video/cfb_console.c | 1 -
> drivers/video/sed156x.c | 1 -
> include/video_font.h | 5 +----
> include/video_font_data.h | 5 +++++
> 6 files changed, 6 insertions(+), 8 deletions(-)
Applied to u-boot-video/master after fixing warning.
Thanks,
Anatolij
More information about the U-Boot
mailing list