aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini2018-03-25 12:02:13 -0400
committerTom Rini2018-03-25 12:02:13 -0400
commit81cf7c8d45935a295991fe2cd1df286f0f47511f (patch)
tree4bc1835497b5e5a6df48396c88aa445e03cb5f91 /include
parent2dc5165ee04dedfa88ebc9fc79c29bd56a54681d (diff)
parentc0ce4ceaba03fa6ddf738628344025c44fc78dd4 (diff)
Merge git://git.denx.de/u-boot-ubi
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_igep003x.h4
-rw-r--r--include/configs/omap3_igep00x0.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/am335x_igep003x.h b/include/configs/am335x_igep003x.h
index 50fd46a589e..fe3f838598f 100644
--- a/include/configs/am335x_igep003x.h
+++ b/include/configs/am335x_igep003x.h
@@ -22,10 +22,6 @@
#define CONFIG_ENV_SIZE (96 << 10) /* 96 KiB */
-/* Make the verbose messages from UBI stop printing */
-#define CONFIG_UBI_SILENCE_MSG
-#define CONFIG_UBIFS_SILENCE_MSG
-
#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
#ifndef CONFIG_SPL_BUILD
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index 76d8e13d52c..e2a7f63e4fa 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -136,8 +136,6 @@
#define CONFIG_ENV_UBI_PART "UBI"
#define CONFIG_ENV_UBI_VOLUME "config"
#define CONFIG_ENV_UBI_VOLUME_REDUND "config_r"
-#define CONFIG_UBI_SILENCE_MSG 1
-#define CONFIG_UBIFS_SILENCE_MSG 1
#define CONFIG_ENV_SIZE (32*1024)
#endif /* __IGEP00X0_H */