mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
mimc200.c: fix too long lines added by f68378d6
Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
f68378d60a
commit
bcf0b52489
@ -42,7 +42,7 @@ vidinfo_t panel_info = {
|
||||
.vl_sync = ATMEL_LCDC_INVCLK_INVERTED |
|
||||
ATMEL_LCDC_INVLINE_INVERTED |
|
||||
ATMEL_LCDC_INVFRAME_INVERTED,
|
||||
.vl_bpix = LCD_COLOR16, /* Bits per pixel, 0 = 1, 1 = 2, 2 = 4, 3 = 8, 4 = 16 */
|
||||
.vl_bpix = LCD_COLOR16, /* Bits per pixel, BPP = 2^n */
|
||||
.vl_tft = 1, /* 0 = passive, 1 = TFT */
|
||||
.vl_hsync_len = 42, /* Length of horizontal sync */
|
||||
.vl_left_margin = 1, /* Time from sync to picture */
|
||||
|
Loading…
x
Reference in New Issue
Block a user