
12 Feb
2020
12 Feb
'20
12:03 a.m.
On Sat, 8 Feb 2020 at 15:17, Heinrich Schuchardt xypron.glpk@gmx.de 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 xypron.glpk@gmx.de
common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org