commit | 7b6c34cb15270c3dbd463faaceb2bfbdd0b8f1a8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 31 15:34:22 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 11 20:52:11 2020 -0600 |
tree | d5cb2cee0b173e60d1b95825e9f10faac160487b | |
parent | a7813918fe4fa27146ed5777ee63329ae7564af9 [diff] |
log: clean up Kconfig LOG_DEFAULT_LEVEL has been chosen as 6. Adjust the default of LOG_MAX_LEVEL to this value. Use ranges to clamp log levels to reasonable values. Group output options by main U-Boot, SPL, TPL, followed by other logging options. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>