mirror of
https://xff.cz/git/u-boot/
synced 2025-10-29 17:43:36 +01:00
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:
@@ -31,11 +31,6 @@
|
||||
#include <asm/arch/clock.h>
|
||||
#include "octeontx_bch.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
# undef CONFIG_LOGLEVEL
|
||||
# define CONFIG_LOGLEVEL 8
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The NDF_CMD queue takes commands between 16 - 128 bit.
|
||||
* All commands must be 16 bit aligned and are little endian.
|
||||
|
||||
Reference in New Issue
Block a user