From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 31 Jul 2013 17:15:59 +0200 Subject: [U-Boot] [PATCH 10/11] ARM: mxs: Enable 4x6 font for X-Fi3 In-Reply-To: <51F926D9.5020808@denx.de> References: <1375220281-11132-1-git-send-email-marex@denx.de> <1375220281-11132-11-git-send-email-marex@denx.de> <51F926D9.5020808@denx.de> Message-ID: <201307311715.59810.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Stefano Babic, > On 30/07/2013 23:38, Marek Vasut wrote: > > This device has a very small screen and thus can benefit from using > > smaller font. Enable it. > > > > Signed-off-by: Marek Vasut > > Cc: Fabio Estevam > > Cc: Otavio Salvador > > Cc: Stefano Babic > > --- > > > > include/configs/xfi3.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/include/configs/xfi3.h b/include/configs/xfi3.h > > index 10facd9..18467f6 100644 > > --- a/include/configs/xfi3.h > > +++ b/include/configs/xfi3.h > > @@ -58,6 +58,7 @@ > > > > /* LCD */ > > #ifdef CONFIG_VIDEO > > > > +#define CONFIG_VIDEO_FONT_4X6 > > > > #define CONFIG_VIDEO_MXS_MODE_SYSTEM > > #define CONFIG_SYS_BLACK_IN_WRITE > > #define LCD_BPP LCD_COLOR16 > > This patch should be squashed with 5/11 because you add a new file. I explicitly keep it this way , see the cover letter. You could apply first 6 patches and after Anatolij checks the font stuff, the rest can be applied. Or if I do get an ACK from Anatolij, I will squash them, yes. Best regards, Marek Vasut