ubi: ubifs: Turn off verbose prints
The prints are out of control. SILENCE! Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
committed by
Tom Rini
parent
70c219cd7c
commit
147162dac6
@@ -23,6 +23,9 @@
|
||||
#include <asm/errno.h>
|
||||
#include <jffs2/load_kernel.h>
|
||||
|
||||
#undef ubi_msg
|
||||
#define ubi_msg(fmt, ...) printf("UBI: " fmt "\n", ##__VA_ARGS__)
|
||||
|
||||
#define DEV_TYPE_NONE 0
|
||||
#define DEV_TYPE_NAND 1
|
||||
#define DEV_TYPE_ONENAND 2
|
||||
|
||||
Reference in New Issue
Block a user