Commit 5bf6b838938d5678a9838168515710ae4a56881c
1 parent
6047d6428b
Exists in
fhd
bootloader: hdmi 해상도 변경 (1600x900 -> 1920x1080)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
bootloader/u-boot_2015_04/board/falinux/mx6s_prime_oven/mx6s_prime_oven.c
... | ... | @@ -464,8 +464,8 @@ struct display_info_t const displays[] = { |
464 | 464 | .mode = { |
465 | 465 | .name = "HDMI", |
466 | 466 | .refresh = 60, |
467 | - .xres = 1600, | |
468 | - .yres = 900, | |
467 | + .xres = 1900, | |
468 | + .yres = 1080, | |
469 | 469 | .pixclock = 15385, |
470 | 470 | .left_margin = 220, |
471 | 471 | .right_margin = 40, | ... | ... |