Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2622 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2007-04-30 23:27:27 +00:00
parent 7580f87f7a
commit 941a6f078e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Macros and definitions.
#define PRINT_DEBUG_HEX32(x) print_debug_hex32(x) #define PRINT_DEBUG_HEX32(x) print_debug_hex32(x)
#define DUMPNORTH() dump_pci_device(PCI_DEV(0, 0, 0)) #define DUMPNORTH() dump_pci_device(PCI_DEV(0, 0, 0))
#else #else
#define PRINT_DEBUG_(x) #define PRINT_DEBUG(x)
#define PRINT_DEBUG_HEX8(x) #define PRINT_DEBUG_HEX8(x)
#define PRINT_DEBUG_HEX16(x) #define PRINT_DEBUG_HEX16(x)
#define PRINT_DEBUG_HEX32(x) #define PRINT_DEBUG_HEX32(x)