From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 12 Aug 2013 22:43:07 +0200 Subject: [U-Boot] [PATCH 07/11] video: Encapsulate font in video_font_data.h In-Reply-To: <1375220281-11132-8-git-send-email-marex@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-8-git-send-email-marex@denx.de> Message-ID: <20130812224307.77e95446@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 30 Jul 2013 23:37:57 +0200 Marek Vasut 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 > Cc: Anatolij Gustschin > --- > 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