projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d2cf6
)
tizen: amlogic: add CONFIG entries for splash image loading
02/248802/3
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Thu, 26 Nov 2020 16:42:18 +0000
(17:42 +0100)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Fri, 4 Dec 2020 05:12:33 +0000
(14:12 +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
patch
|
blob
|
history
diff --git
a/include/samsung/tizen_amlogic.h
b/include/samsung/tizen_amlogic.h
index a744c2502ed61f82a48b634036da29a46e2e8ea4..f4a4e6c678373015a2aba2548eb2742387a5ea25 100644
(file)
--- a/
include/samsung/tizen_amlogic.h
+++ b/
include/samsung/tizen_amlogic.h
@@
-160,4
+160,8
@@
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 */