Petr Vorel | afb6fda | 2018-03-24 01:49:23 +0100 | [diff] [blame] | 1 | config UBIFS_SILENCE_MSG |
| 2 | bool "UBIFS silence verbose messages" |
| 3 | default ENV_IS_IN_UBI |
| 4 | help |
| 5 | Make the verbose messages from UBIFS stop printing. This leaves |
| 6 | warnings and errors enabled. |
Pali Rohár | 6b752c7 | 2022-08-07 21:27:09 +0200 | [diff] [blame] | 7 | |
| 8 | config UBIFS_SILENCE_DEBUG_DUMP |
| 9 | bool "UBIFS silence debug dumps" |
| 10 | default y if UBIFS_SILENCE_MSG |
Pali Rohár | 6b752c7 | 2022-08-07 21:27:09 +0200 | [diff] [blame] | 11 | help |
| 12 | Make the debug dumps from UBIFS stop printing. |
| 13 | This decreases size of U-Boot binary. |