From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 03 Nov 2010 12:36:25 +0100 Subject: [U-Boot] [PATCH v2 2/3] Add video support to mx51evk board In-Reply-To: <1288753145-31370-1-git-send-email-renato.frias@gmail.com> References: <1288753145-31370-1-git-send-email-renato.frias@gmail.com> Message-ID: <4CD14939.3020702@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 On 11/03/2010 03:59 AM, Renato Frias wrote: > From: Renato Frias > > Adds video support to mx51evk board, this board allows different displays. > This patch enables the WVGA TFT LCD panel only, on Display interface 1. > Remove comments from include/configs/mx51evk.h to use it. Last line does not apply for the commit message. This is only a change from your V1 patch, because the mx51evk.h in mainline has no commented configuration. > + > +static int wvga_ipu_di = 1; > +static int wvga_bppix = 16; Why do you set these variables as you need only in lcd_enable() ? > +/* > + * Framebuffer and LCD > + */ > +/* You say you removed the comment, but it seems you have not.... Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================