aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <markus.klotzbuecher@kistler.com>2019-05-15 15:16:00 +0200
committerHeiko Schocher <hs@denx.de>2019-07-09 07:00:26 +0200
commita2257d378ea8b2c2fa7dbf01b4703a53be431819 (patch)
treeef42ef39e5579af26500acd360103adb2f90c71d /drivers/mtd
parent6ea31cce0b63398e2a5228d685175bbc63e9072c (diff)
downloadu-boot-a2257d378ea8b2c2fa7dbf01b4703a53be431819.zip
u-boot-a2257d378ea8b2c2fa7dbf01b4703a53be431819.tar.gz
u-boot-a2257d378ea8b2c2fa7dbf01b4703a53be431819.tar.bz2
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 'drivers/mtd')
-rw-r--r--drivers/mtd/ubispl/ubispl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubispl/ubispl.h b/drivers/mtd/ubispl/ubispl.h
index bcc376c..b7cb7fc 100644
--- a/drivers/mtd/ubispl/ubispl.h
+++ b/drivers/mtd/ubispl/ubispl.h
@@ -129,7 +129,7 @@ struct ubi_scan_info {
#define ubi_dbg(fmt, ...)
#endif
-#ifdef CONFIG_UBI_SILENCE_MSG
+#ifdef CONFIG_UBI_SPL_SILENCE_MSG
#define ubi_msg(fmt, ...)
#else
#define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__)