From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 25 May 2012 10:43:02 +0200 Subject: [U-Boot] [PATCH 3/3] mx53loco: Add LCD support In-Reply-To: <1336698455-11921-3-git-send-email-festevam@gmail.com> References: <1336698455-11921-1-git-send-email-festevam@gmail.com> <1336698455-11921-3-git-send-email-festevam@gmail.com> Message-ID: <20120525104302.0ce2d5e0@wker> 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 Thu, 10 May 2012 22:07:35 -0300 Fabio Estevam wrote: > From: Fabio Estevam > > Add support for CLAA07LC0ACW LCD that connects to the mx53loco board. > > Configure the board to show the Linux logo on the LCD. > > Also increase the size of CONFIG_SYS_MALLOC_LEN variable to take into account > the framebuffer usage. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53loco/mx53loco.c | 72 +++++++++++++++++++++++++++++++++++ > include/configs/mx53loco.h | 13 ++++++- > 2 files changed, 84 insertions(+), 1 deletions(-) Applied to u-boot-video/master, thanks! Anatolij