aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch')
-rw-r--r--meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch b/meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch
deleted file mode 100644
index 0ead5544..00000000
--- a/meta-mel/recipes-core/psplash/mel/0001-psplash-config-enable-fullscreen-image.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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 */