mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
18370f1497
Similar change was done by commit b4c2c151b1
("Kconfig: Remove all
default n/no options") and again sync is required.
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
13 lines
388 B
Text
13 lines
388 B
Text
config UBIFS_SILENCE_MSG
|
|
bool "UBIFS silence verbose messages"
|
|
default ENV_IS_IN_UBI
|
|
help
|
|
Make the verbose messages from UBIFS stop printing. This leaves
|
|
warnings and errors enabled.
|
|
|
|
config UBIFS_SILENCE_DEBUG_DUMP
|
|
bool "UBIFS silence debug dumps"
|
|
default y if UBIFS_SILENCE_MSG
|
|
help
|
|
Make the debug dumps from UBIFS stop printing.
|
|
This decreases size of U-Boot binary.
|