[U-Boot] [PATCH v2 2/3] Add video support to mx51evk board
    Stefano Babic 
    sbabic at denx.de
       
    Wed Nov  3 12:36:25 CET 2010
    
    
  
On 11/03/2010 03:59 AM, Renato Frias wrote:
> From: Renato Frias <renato.frias at freescale.com>
> 
> 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
=====================================================================
    
    
More information about the U-Boot
mailing list