]> git.baikalelectronics.ru Git - uboot.git/commit
log: Drop #ifdef in log_test
authorSimon Glass <sjg@chromium.org>
Sat, 12 Sep 2020 18:28:48 +0000 (12:28 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 10 Oct 2020 20:50:11 +0000 (16:50 -0400)
commitb0d84637da93a542e6f593ab3d0ab461201f9d86
tree252a8e838b50ce2ed725588636b60a1520cc5129
parent4dec6fc5ddc50ea9f889fdb21a314263ef069605
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>
test/log/log_test.c