mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
log: Fix up Kconfig log level names
The log level numbers in the Kconfig are not actually correct. Fix them and also add a missing space in the header-file comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
97f9830849
commit
6fc7e93896
2 changed files with 38 additions and 30 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
/** Log levels supported, ranging from most to least important */
|
||||
enum log_level_t {
|
||||
LOGL_EMERG = 0, /*U-Boot is unstable */
|
||||
LOGL_EMERG = 0, /* U-Boot is unstable */
|
||||
LOGL_ALERT, /* Action must be taken immediately */
|
||||
LOGL_CRIT, /* Critical conditions */
|
||||
LOGL_ERR, /* Error that prevents something from working */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue