commit | 3d03ab6361a4a2b60e84da46c547b8ace01a60eb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 12 12:28:49 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 10 16:50:11 2020 -0400 |
tree | b7cab1ed0489fd262afc76cf6ec72606c9dc51c5 | |
parent | bd180db2cc73c7dc00076b0517978a8cdd557519 [diff] |
log: Add a way to enable/disable a log device At present all log devices are enabled by default. Add a function to allow devices to be disabled or enabled at runtime. Signed-off-by: Simon Glass <sjg@chromium.org>