2018-03-24 00:49:23 +00:00
|
|
|
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.
|
2022-08-07 19:27:09 +00:00
|
|
|
|
|
|
|
config UBIFS_SILENCE_DEBUG_DUMP
|
|
|
|
bool "UBIFS silence debug dumps"
|
|
|
|
default y if UBIFS_SILENCE_MSG
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Make the debug dumps from UBIFS stop printing.
|
|
|
|
This decreases size of U-Boot binary.
|