mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 00:31:47 +00:00
14 lines
414 B
Text
14 lines
414 B
Text
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;
|
|
|
|
#ifdef CONFIG_VIDEO
|
|
#define CONSOLE_STDOUT_SETTINGS \
|
|
- "stdout=serial,vga\0" \
|
|
- "stderr=serial,vga\0"
|
|
+ "stdout=serial\0" \
|
|
+ "stderr=serial\0"
|
|
#else
|
|
#define CONSOLE_STDOUT_SETTINGS \
|
|
"stdout=serial\0" \
|