u-boot/test
Simon Glass e1cbd916c8 log: Convert log values to printf() if not enabled
At present if logging not enabled, log_info() becomes a nop. But we want
log output at the 'info' level to be akin to printf(). Update the macro to
pass the output straight to printf() in this case.

This mimics the behaviour for the log_...() macros like log_debug() and
log_info(), so we can drop the special case for these.

Add new tests to cover this case.
Signed-off-by: Simon Glass <sjg@chromium.org>
2021-06-08 11:39:09 -04:00
..
cmd
dm
env
fs
image
lib
log
optee
overlay
py
stdint
trace
bloblist.c
bootm.c
cmd_ut.c
command_ut.c
common.sh
compression.c
Kconfig
Makefile
nokia_rx51_test.sh
print_ut.c
run
str_ut.c
test-main.c
time_ut.c
unicode_ut.c
ut.c