diff options
author | Joe Hershberger | 2013-04-08 10:32:49 +0000 |
---|---|---|
committer | Tom Rini | 2013-04-11 15:52:54 -0400 |
commit | 147162dac6506d2ed96ba5869772f87fb1f49a0b (patch) | |
tree | 3e66f772f3fc039e31831cb951758487228740ef /README | |
parent | 70c219cd7ceba104c2cc87940bb2f688b4b0a752 (diff) |
ubi: ubifs: Turn off verbose prints
The prints are out of control. SILENCE!
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2814,6 +2814,11 @@ FIT uImage format: Requires also defining CONFIG_RBTREE + CONFIG_UBI_SILENCE_MSG + + Make the verbose messages from UBI stop printing. This leaves + warnings and errors enabled. + - UBIFS support CONFIG_CMD_UBIFS @@ -2822,6 +2827,11 @@ FIT uImage format: Requires UBI support as well as CONFIG_LZO + CONFIG_UBIFS_SILENCE_MSG + + Make the verbose messages from UBIFS stop printing. This leaves + warnings and errors enabled. + - SPL framework CONFIG_SPL Enable building of SPL globally. |