]> git.baikalelectronics.ru Git - uboot.git/commit
log: Disable the syslog driver by default
authorSimon Glass <sjg@chromium.org>
Sat, 12 Sep 2020 18:28:50 +0000 (12:28 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 10 Oct 2020 20:50:11 +0000 (16:50 -0400)
commit867267ade656b7c8fdb27287f896238e8052ac2c
tree967c6fd2d471c0eecae714b243bd1fdfb1bfa1e3
parentccb78c19067c0142ee34cc66cc2d76d2e7bb9f9f
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>
common/log_syslog.c
test/log/syslog_test.c
test/log/syslog_test.h
test/log/syslog_test_ndebug.c