commit | 73df48cfd5bdce65a7c86250808700b5836c7aa8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 12 12:28:48 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 10 16:50:11 2020 -0400 |
tree | 252a8e838b50ce2ed725588636b60a1520cc5129 | |
parent | 885cf5fca32b9b238c7ed7b151fd97690441415c [diff] |
log: Drop #ifdef in log_test This is not needed as the Makefile only builds the file if CONFIG_LOG_TEST is enabled. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>