commit | bd180db2cc73c7dc00076b0517978a8cdd557519 | [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 | b45203004ec3f3e5a259e68eddb3eb572d37f56d [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>