diff options
Diffstat (limited to 'src/include/console/loglevel.h')
-rw-r--r-- | src/include/console/loglevel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/console/loglevel.h b/src/include/console/loglevel.h index f306744d9e..290cd891eb 100644 --- a/src/include/console/loglevel.h +++ b/src/include/console/loglevel.h @@ -2,11 +2,6 @@ #define LOGLEVEL_H /* Safe for inclusion in assembly */ - -#ifndef ASM_CONSOLE_LOGLEVEL -#define ASM_CONSOLE_LOGLEVEL CONFIG_MAXIMUM_CONSOLE_LOGLEVEL -#endif - #define BIOS_EMERG 0 /* system is unusable */ #define BIOS_ALERT 1 /* action must be taken immediately */ #define BIOS_CRIT 2 /* critical conditions */ |