From a2257d378ea8b2c2fa7dbf01b4703a53be431819 Mon Sep 17 00:00:00 2001 From: Markus Klotzbuecher Date: Wed, 15 May 2019 15:16:00 +0200 Subject: ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG This allows to silence ubi and ubispl individually. Signed-off-by: Markus Klotzbuecher Reviewed-by: Heiko Schocher Cc: Kyungmin Park --- common/spl/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') 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 -- cgit v1.3.1