mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
sunxi: Don't auto-enable video console
This commit is contained in:
@@ -411,8 +411,8 @@ extern int soft_i2c_gpio_scl;
|
||||
#define CONFIG_VIDEO_BMP_GZIP
|
||||
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (1024*600*3 * 2)
|
||||
#define CONSOLE_STDOUT_SETTINGS \
|
||||
"stdout=serial,vidconsole\0" \
|
||||
"stderr=serial,vidconsole\0"
|
||||
"stdout=serial\0" \
|
||||
"stderr=serial\0"
|
||||
#else
|
||||
#define CONSOLE_STDOUT_SETTINGS \
|
||||
"stdout=serial\0" \
|
||||
|
Reference in New Issue
Block a user