mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
sunxi: update optional patch which disables boot messages
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
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
|
||||
@@ -487,8 +487,8 @@ extern int soft_i2c_gpio_scl;
|
||||
@@ -461,13 +461,13 @@ extern int soft_i2c_gpio_scl;
|
||||
|
||||
#ifdef CONFIG_VIDEO
|
||||
#define CONSOLE_STDOUT_SETTINGS \
|
||||
- "stdout=serial,vga\0" \
|
||||
- "stderr=serial,vga\0"
|
||||
+ "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"
|
||||
+ "stdout=serial\0" \
|
||||
+ "stderr=serial\0"
|
||||
#else
|
||||
#define CONSOLE_STDOUT_SETTINGS \
|
||||
|
||||
Reference in New Issue
Block a user