]> git.baikalelectronics.ru Git - uboot.git/commit
configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 11 Jul 2022 06:21:32 +0000 (08:21 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2022 08:30:56 +0000 (02:30 -0600)
commit18ddb5e2cd2ffe4f400b27fd80ede8c80c096f34
treee77a452080b612921dc7e3f856736f8f2a181a31
parente06da16cec817a60e02b1dca4fc5bfb9d645daad
configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9

Without setting CONFIG_LOG_MAX_LEVEL to a value above 6 we will not detect
NULL dereferences and other errors in log_debug() calls.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig