Hello Petr,

Am 24.03.2018 um 01:49 schrieb Petr Vorel:
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.vo...@gmail.com>
Cc: Joe Hershberger <joe.hershber...@ni.com>
Cc: Heiko Schocher <h...@denx.de>
---
  README                            | 6 ------
  configs/am335x_igep003x_defconfig | 1 +
  configs/igep0032_defconfig        | 1 +
  configs/igep00x0_defconfig        | 1 +
  env/Kconfig                       | 1 -
  fs/ubifs/Kconfig                  | 6 ++++++
  fs/ubifs/super.c                  | 7 ++++++-
  include/configs/am335x_igep003x.h | 1 -
  include/configs/omap3_igep00x0.h  | 1 -
  scripts/config_whitelist.txt      | 1 -
  10 files changed, 15 insertions(+), 11 deletions(-)

Applied to u-boot-ubi.git master

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to