summaryrefslogtreecommitdiffstats
path: root/lib/tizen/tizen_hd_logo_data.h
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 /lib/tizen/tizen_hd_logo_data.h
parentdca2a1c18576116b33c31ea4d1cd7a3812e3bf95 (diff)
downloadtalos-obmc-uboot-903afe18bb272d6d5c12e0be22b0f8fd35fa6f1b.tar.gz
talos-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 'lib/tizen/tizen_hd_logo_data.h')
-rw-r--r--lib/tizen/tizen_hd_logo_data.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/tizen/tizen_hd_logo_data.h b/lib/tizen/tizen_hd_logo_data.h
deleted file mode 100644
index 95e5f827eb..0000000000
--- a/lib/tizen/tizen_hd_logo_data.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * (C) Copyright 2012 Samsung Electronics
- * Donghwa Lee <dh09.lee@samsung.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _TIZEN_HD_LOGO_DATA_H_
-#define _TIZEN_HD_LOGO_DATA_H_
-
-#define TIZEN_HD_LOGO_WIDTH 520
-#define TIZEN_HD_LOGO_HEIGHT 120
-#define TIZEN_HD_LOGO_BPP 32
-
-#endif /* _TIZEN_HD_LOGO_DATA_H_ */
OpenPOWER on IntegriCloud