diff options
author | Markus Klotzbuecher | 2019-05-15 15:16:00 +0200 |
---|---|---|
committer | Heiko Schocher | 2019-07-09 07:00:26 +0200 |
commit | a2257d378ea8b2c2fa7dbf01b4703a53be431819 (patch) | |
tree | ef42ef39e5579af26500acd360103adb2f90c71d /common/spl/Kconfig | |
parent | 6ea31cce0b63398e2a5228d685175bbc63e9072c (diff) |
ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG
This allows to silence ubi and ubispl individually.
Signed-off-by: Markus Klotzbuecher <markus.klotzbuecher@kistler.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Cc: Kyungmin Park <kmpark@infradead.org>
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r-- | common/spl/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 716b1ececce..802166131c5 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -702,6 +702,12 @@ config SPL_UBI_LOAD_ARGS_ID help The UBI volume id from which to load the device tree +config UBI_SPL_SILENCE_MSG + bool "silence UBI SPL messages" + default n + help + Disable messages from UBI SPL. This leaves warnings + and errors enabled. endif # if SPL_UBI |