mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
log: Disable the syslog driver by default
This driver interferes with other sandbox tests since it causes log output to be interspersed with "No ethernet found." messages. Disable this driver by default. Enable it for the syslog tests so that they still pass. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -107,5 +107,4 @@ out:
|
||||
LOG_DRIVER(syslog) = {
|
||||
.name = "syslog",
|
||||
.emit = log_syslog_emit,
|
||||
.flags = LOGDF_ENABLE,
|
||||
};
|
||||
|
Reference in New Issue
Block a user