On Sat, 8 Feb 2020 at 15:17, 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: Simon Glass <[email protected]>

