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)
commitc7f5b850344b1bb620f603ab7df3ee92e1fa26cf
tree967c6fd2d471c0eecae714b243bd1fdfb1bfa1e3
parent3d03ab6361a4a2b60e84da46c547b8ace01a60eb
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