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>
Tue, 17 Oct 2023 04:19:27 +0000 (13:19 +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 305702d1da71ae0689cb73517b5ea5d696e4b134..af68c0d5c656417115b5953014445a274a876ace 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 */