diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-01-22 11:24:16 +0100 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-02-03 15:36:14 +0900 |
commit | 2df21cb3ea478766ee4a8d9f0dc6640a58df721b (patch) | |
tree | 76faf159c40e0baefb62a434d6ff75c475a7d537 /board/samsung/universal_c210 | |
parent | f831b3fe0f532a4f877b2e5877183e16b64cb11a (diff) | |
download | u-boot-2df21cb3ea478766ee4a8d9f0dc6640a58df721b.tar.gz u-boot-2df21cb3ea478766ee4a8d9f0dc6640a58df721b.tar.bz2 u-boot-2df21cb3ea478766ee4a8d9f0dc6640a58df721b.zip |
samsung: boards: update display configs with 16bpp mode.
16 bpp mode is required by LCD console mode.
This change updates exynos board files.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/universal_c210')
-rw-r--r-- | board/samsung/universal_c210/universal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 2b8c69be1d..7278a2c1aa 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -446,7 +446,7 @@ vidinfo_t panel_info = { .vl_vsp = CONFIG_SYS_HIGH, .vl_dp = CONFIG_SYS_HIGH, - .vl_bpix = 5, /* Bits per pixel */ + .vl_bpix = 4, /* Bits per pixel */ /* LD9040 LCD Panel */ .vl_hspw = 2, |