]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
font: split font data from video_font.h
authorChe-Liang Chiou <clchiou@chromium.org>
Fri, 21 Oct 2011 09:04:21 +0000 (17:04 +0800)
committerAnatolij Gustschin <agust@denx.de>
Tue, 15 Nov 2011 22:58:26 +0000 (23:58 +0100)
commitd3983ee85325d2be730830ebcf82585ee7cd2ecb
tree0dba0f79d77e06c787e61d7bfb77cc2e3868a78e
parentc270730f580e85ddab82e981abf8a518f78ae803
font: split font data from video_font.h

While video_font.h is useful even without referencing the font data, it
is not possible to be included multiple times because it defines font
data array right in the header.

This patch splits the font data array into video_font_data.h and so now
video_font.h can be included multiple times.  This at least solves the
code duplication in board/mcc200/lcd.c.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
arch/powerpc/cpu/mpc8xx/video.c
board/mcc200/lcd.c
common/lcd.c
drivers/video/cfb_console.c
drivers/video/sed156x.c
include/video_font.h
include/video_font_data.h [new file with mode: 0644]