aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch
blob: 0ead5544411e7c9525ff846a58ec64f672e9659a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 524a1568d8acd54c72bda67916831df2d8312b9a Mon Sep 17 00:00:00 2001
From: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
Date: Thu, 13 Oct 2016 17:06:31 +0530
Subject: [PATCH] psplash-config: enable fullscreen image

Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>

---
 psplash-config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/psplash-config.h b/psplash-config.h
index eb90ef3..d928248 100644
--- a/psplash-config.h
+++ b/psplash-config.h
@@ -18,7 +18,7 @@
 
 /* Bool indicating if the image is fullscreen, as opposed to split screen */
 #ifndef PSPLASH_IMG_FULLSCREEN
-#define PSPLASH_IMG_FULLSCREEN 0
+#define PSPLASH_IMG_FULLSCREEN 1
 #endif
 
 /* Bool indicated if the progress bar should be disabled */