aboutsummaryrefslogtreecommitdiffstats
path: root/env
diff options
context:
space:
mode:
authorPetr Vorel2018-03-23 19:49:23 -0500
committerHeiko Schocher2018-03-24 00:37:10 -0500
commitafb6fda2ae0b04f806a55fc5882df49a8eab572d (patch)
treebb1529056b10f19e4a016cfc170acf7695ac6390 /env
parente9951281585060a7ba9d9826e286ff3e7ed067bb (diff)
downloadu-boot-afb6fda2ae0b04f806a55fc5882df49a8eab572d.tar.gz
u-boot-afb6fda2ae0b04f806a55fc5882df49a8eab572d.tar.xz
u-boot-afb6fda2ae0b04f806a55fc5882df49a8eab572d.zip
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 'env')
-rw-r--r--env/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig
index a3c6298273..36d6e799fc 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -361,7 +361,6 @@ config ENV_IS_IN_UBI
361 It is assumed that both volumes are in the same MTD partition. 361 It is assumed that both volumes are in the same MTD partition.
362 362
363 - CONFIG_UBI_SILENCE_MSG 363 - CONFIG_UBI_SILENCE_MSG
364 - CONFIG_UBIFS_SILENCE_MSG
365 364
366 You will probably want to define these to avoid a really noisy system 365 You will probably want to define these to avoid a really noisy system
367 when storing the env in UBI. 366 when storing the env in UBI.