log: Remove some places where we redefine LOGLEVEL
We cannot redefine a CONFIG value per file in this manner. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
#define BUFFSIZE 64
|
||||
|
||||
#undef CONFIG_LOGLEVEL
|
||||
#define CONFIG_LOGLEVEL 4
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
static int log_test_pr_cont(struct unit_test_state *uts)
|
||||
|
Reference in New Issue
Block a user