diff options
| author | Andy Shevchenko <[email protected]> | 2019-06-12 15:35:24 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-06-14 16:10:48 -0400 |
| commit | 69264f499305bb40d1a3eda6428b96651bfc05db (patch) | |
| tree | 95c2377827d2e3686a0de82f8ac0c6c16b3b40ed | |
| parent | c78b5cb7d3517a5842d3f97199fb2b1fd7f00b44 (diff) | |
common: Fix a typo abnove -> above
Signed-off-by: Andy Shevchenko <[email protected]>
| -rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index c759952b80b..af66496e752 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -560,7 +560,7 @@ config LOG_DEFAULT_LEVEL help This is the default logging level set when U-Boot starts. It can be adjusted later using the 'log level' command. Note that setting - this to a value abnove LOG_MAX_LEVEL will be ineffective, since the + this to a value above LOG_MAX_LEVEL will be ineffective, since the higher levels are not compiled in to U-Boot. 0 - emergency |
