commit | 9272206123034994121ad8dbaae52fac5ab08bce | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Aug 07 21:27:09 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 23 13:06:12 2022 -0500 |
tree | 51e3edc2f31fc778b956bcf0c9f55c31fdd9ca76 | |
parent | 8c5ba365c9eb72dc5941ece8a6c0b5d37888e4d7 [diff] |
ubifs: Allow to silence debug dumps Debug dump logs are not always required. Add a new config option UBIFS_SILENCE_DEBUG_DUMP to silence all debug dumps. On powerpc/mpc85xx when enabled this will decrease size of U-Boot binary by 11 kB. Signed-off-by: Pali Rohár <pali@kernel.org> Tested-by: Tony Dinh <mibodhi@gmail.com>