[U-Boot] [PATCH v3 0/3] Convert CONFIG_UBI_SILENCE_MSG and CONFIG_UBIFS_SILENCE_MSG to Kconfig
Petr Vorel
petr.vorel at gmail.com
Sat Mar 24 00:49:21 UTC 2018
Hello Heiko,
thanks for your review. I fixed issues:
https://travis-ci.org/pevik/u-boot/builds/357634133
Sorry, next time I'll test it in travis before posting to ML.
Changes v2->v3:
* Fix build error for sun5i, see
https://travis-ci.org/pevik/u-boot/builds/357634133
* Drop wrong dependency on CMD_UBIFS for both CONFIG_UBI_SILENCE_MSG and CONFIG_UBIFS_SILENCE_MSG
* Add missing CONFIG_UBI_SILENCE_MSG=y to defconfigs. Some of them might
not need them (as they don't have CONFIG_ENV_IS_IN_UBI), but this way it
stays the same it was before.
Kind regards,
Petr
Petr Vorel (3):
ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG
Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig
Convert CONFIG_UBI_SILENCE_MSG to Kconfig
README | 12 ------------
configs/am335x_igep003x_defconfig | 2 ++
configs/igep0032_defconfig | 2 ++
configs/igep00x0_defconfig | 2 ++
drivers/mtd/ubi/Kconfig | 7 +++++++
env/Kconfig | 6 ------
fs/ubifs/Kconfig | 6 ++++++
fs/ubifs/super.c | 7 ++++++-
fs/ubifs/ubifs.h | 4 ++++
include/configs/am335x_igep003x.h | 4 ----
include/configs/omap3_igep00x0.h | 2 --
scripts/config_whitelist.txt | 2 --
12 files changed, 29 insertions(+), 27 deletions(-)
--
2.16.2
More information about the U-Boot
mailing list