From: Bo Shen Date: Thu, 8 Jan 2015 07:20:12 +0000 (+0800) Subject: ARM: atmel: sama5d4xek: fix the LCD parameters X-Git-Tag: v2015.01~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8009a7a6753d23e42829b5671b245f3225e743f;p=u-boot ARM: atmel: sama5d4xek: fix the LCD parameters Remove unused vsync parameter, and correct the include file. Signed-off-by: Bo Shen --- diff --git a/board/atmel/sama5d4ek/sama5d4ek.c b/board/atmel/sama5d4ek/sama5d4ek.c index f8394f577e..d3039c021a 100644 --- a/board/atmel/sama5d4ek/sama5d4ek.c +++ b/board/atmel/sama5d4ek/sama5d4ek.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include @@ -111,7 +111,6 @@ vidinfo_t panel_info = { .vl_col = 800, .vl_row = 480, .vl_clk = 33260000, - .vl_sync = ATMEL_LCDC_INVLINE_NORMAL | ATMEL_LCDC_INVFRAME_NORMAL, .vl_bpix = LCD_BPP, .vl_tft = 1, .vl_hsync_len = 5,