From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 25 May 2012 10:09:30 +0200 Subject: [U-Boot] [PATCH] mx51evk: Add LCD support In-Reply-To: <1336581581-7841-1-git-send-email-fabio.estevam@freescale.com> References: <1336581581-7841-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <20120525100930.6ceb4557@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 Wed, 9 May 2012 13:39:41 -0300 Fabio Estevam wrote: > Add support for CLAA07LC0ACW LCD that connects to the mx51evk 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/mx51evk/mx51evk.c | 59 +++++++++++++++++++++++++++++++++++++ > include/configs/mx51evk.h | 13 +++++++- > 2 files changed, 71 insertions(+), 1 deletions(-) Applied to u-boot-video/master, thanks! Anatolij