On Sun, Feb 9, 2020 at 6:17 AM Heinrich Schuchardt <[email protected]> wrote: > > An error > > undefined reference to `do_log_test' > > occurs for CONFIG_CMD_LOG=y, CONFIG_LOG_TEST=y, CONGIG_UNIT_TEST=n > > Make CONFIG_UNIT_TEST a prerequisite. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > common/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Reviewed-by: Bin Meng <[email protected]>

