summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2013-11-29 18:30:43 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-02-03 15:36:14 +0900
commit903afe18bb272d6d5c12e0be22b0f8fd35fa6f1b (patch)
tree2018de2b62b273dec17860d58fc60370f4a988fc /include/configs
parentdca2a1c18576116b33c31ea4d1cd7a3812e3bf95 (diff)
downloadblackbird-obmc-uboot-903afe18bb272d6d5c12e0be22b0f8fd35fa6f1b.tar.gz
blackbird-obmc-uboot-903afe18bb272d6d5c12e0be22b0f8fd35fa6f1b.zip
lib: tizen: change Tizen logo with the new one.
Changes: - check image bpp instead of resolution when returns logo address - remove 32bpp logo - add 16bpp logo in two formats: bmp and gzipped bmp - init logo address with "0" for unsupported bpp mode - update boards configs with proper image size for gunzip - extend structure vidinfo by two fields: logo_x_offset and logo_y_offset. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Tested-by: Hyungwon Hwang <human.hwang@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/s5pc210_universal.h2
-rw-r--r--include/configs/trats.h2
-rw-r--r--include/configs/trats2.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 6b98bed7b4..67b08fc7d3 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -284,6 +284,6 @@ int universal_spi_read(void);
#define CONFIG_LD9040
#define CONFIG_EXYNOS_MIPI_DSIM
#define CONFIG_VIDEO_BMP_GZIP
-#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((520 * 120 * 4) + (1 << 12))
+#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
#endif /* __CONFIG_H */
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 7a9c60b349..7babc0fcfc 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -320,7 +320,7 @@
#define CONFIG_S6E8AX0
#define CONFIG_EXYNOS_MIPI_DSIM
#define CONFIG_VIDEO_BMP_GZIP
-#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 120 * 4) + (1 << 12))
+#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
#define CONFIG_CMD_USB_MASS_STORAGE
#define CONFIG_USB_GADGET_MASS_STORAGE
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index b4ca1ff857..a66358bb1c 100644
--- a/include/configs/trats2.h
+++ b/include/configs/trats2.h
@@ -331,7 +331,7 @@ int get_soft_i2c_sda_pin(void);
#define CONFIG_S6E8AX0
#define CONFIG_EXYNOS_MIPI_DSIM
#define CONFIG_VIDEO_BMP_GZIP
-#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 250 * 4) + (1 << 12))
+#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 160 * 4) + 54)
#define CONFIG_CMD_USB_MASS_STORAGE
#define CONFIG_USB_GADGET_MASS_STORAGE
OpenPOWER on IntegriCloud