[ sunxi ] Fixing boot splash patch and adding link to instructions how to proceed with Plymouth

This commit is contained in:
Igor Pecovnik 2020-02-26 20:56:33 +01:00
parent ed3706e2df
commit b418347962
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -1,7 +1,11 @@
This removes all boot messages but leave logo. For Plymouth configuration proceed here:
https://forum.armbian.com/topic/10087-armbian-boot-splash-screen/?do=findComment&comment=96114
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -461,13 +461,13 @@ extern int soft_i2c_gpio_scl;
@@ -438,12 +438,12 @@
#ifdef CONFIG_VIDEO
#define CONSOLE_STDOUT_SETTINGS \
@ -10,7 +14,6 @@ diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
+ "stdout=serial\0" \
+ "stderr=serial\0"
#elif CONFIG_DM_VIDEO
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONSOLE_STDOUT_SETTINGS \
- "stdout=serial,vidconsole\0" \
- "stderr=serial,vidconsole\0"