Commit 2256f173d5d7f7a42b1bb88236a5f6e3ef927e81
1 parent
d296bfd141
Exists in
master
and in
2 other branches
u-boot lvds lcd enable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
bootloader/u-boot_2015_04/board/falinux/mx6s_prime_oven/mx6s_prime_oven.c
| @@ -464,7 +464,7 @@ struct display_info_t const displays[] = { | @@ -464,7 +464,7 @@ struct display_info_t const displays[] = { | ||
| 464 | .sync = FB_SYNC_EXT, | 464 | .sync = FB_SYNC_EXT, |
| 465 | .vmode = FB_VMODE_NONINTERLACED | 465 | .vmode = FB_VMODE_NONINTERLACED |
| 466 | } | 466 | } |
| 467 | - } | 467 | + } |
| 468 | }; | 468 | }; |
| 469 | 469 | ||
| 470 | size_t display_count = ARRAY_SIZE(displays); | 470 | size_t display_count = ARRAY_SIZE(displays); |