summaryrefslogtreecommitdiff
path: root/configs/am335x_igep003x_defconfig
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-03-24 01:49:23 +0100
committerHeiko Schocher <hs@denx.de>2018-03-24 06:37:10 +0100
commitafb6fda2ae0b04f806a55fc5882df49a8eab572d (patch)
treebb1529056b10f19e4a016cfc170acf7695ac6390 /configs/am335x_igep003x_defconfig
parente9951281585060a7ba9d9826e286ff3e7ed067bb (diff)
Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig
Introduce another difference from upstream (kernel) source in fs/ubifs/super.c: adding preprocessor condition as y variable in mount_ubifs() depends on CONFIG_UBIFS_SILENCE_MSG: fs/ubifs/super.c:1337:15: error: variable ?y? set but not used [-Werror=unused-but-set-variable] long long x, y; Not setting CONFIG_UBIFS_SILENCE_MSG in am335x_igep003x_defconfig and igep0032_defconfig. Although it was defined in their config headers, it depends on CMD_UBIFS which is not set for them. Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/am335x_igep003x_defconfig')
-rw-r--r--configs/am335x_igep003x_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
index d2026da7b3..e4292b549b 100644
--- a/configs/am335x_igep003x_defconfig
+++ b/configs/am335x_igep003x_defconfig
@@ -39,6 +39,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(SPL),-(UBI)"
CONFIG_CMD_UBI=y
# CONFIG_CMD_UBIFS is not set
CONFIG_ENV_IS_IN_UBI=y
+CONFIG_UBIFS_SILENCE_MSG=y
CONFIG_MMC_OMAP_HS=y
CONFIG_NAND=y
CONFIG_MTD_UBI_FASTMAP=y