commit | e2cd0fad6bc0f804ab55e26c0394600044fad0c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 12 12:28:50 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 10 16:50:11 2020 -0400 |
tree | 967c6fd2d471c0eecae714b243bd1fdfb1bfa1e3 | |
parent | 133350a37dbf48562fa7c1fa9fb1423ca956c37f [diff] |
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>