commit | 524956c1cfbd0436a5543038a7efa8308593077f | [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 | 9f3d332d29ad803bac4e9892d5ff557bc27c5c4e [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>