1
0
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:
Ondrej Jirman
2019-11-20 01:10:17 +01:00
parent 2c3de62d29
commit ffc389fae8

View File

@@ -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" \