david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

console.h is no longer needed for debugging

This commit is contained in:
Michael Brown 2007-01-18 19:13:25 +00:00
parent 37f1b12587
commit d12770e254
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
#define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
#if DEBUG_SYMBOL
#include "console.h"
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
__asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
#endif