Commit 2256f173d5d7f7a42b1bb88236a5f6e3ef927e81

Authored by 장형기
1 parent d296bfd141
Exists in master and in 2 other branches fhd, fhd-demo

u-boot lvds lcd enable

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 464 .sync = FB_SYNC_EXT,
465 465 .vmode = FB_VMODE_NONINTERLACED
466 466 }
467   - }
  467 + }
468 468 };
469 469  
470 470 size_t display_count = ARRAY_SIZE(displays);
... ...