tizen: amlogic: add CONFIG entries for splash image loading
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 26 Nov 2020 16:42:18 +0000 (17:42 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:48:01 +0000 (14:48 +0900)
These options are needed for decompressing the logo image file
(gzipped BMP).

Change-Id: Ieb3c35adf5007e2f795f2cecc3cf365e7a40b629
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
include/samsung/tizen_amlogic.h

index a744c25..f4a4e6c 100644 (file)
        func(MMC, mmc, 0) \
        func(MMC, mmc, 1)
 
+/* Display */
+#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (1920 * 1200 * 4 + 54)
+#define CONFIG_VIDEO_BMP_GZIP
+
 #endif /* __CONFIG_TIZEN_AMLOGIC_H */