projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b608a
)
bios_emulator: Fix an #ifdef typo in the header file
author
Simon Glass
<sjg@chromium.org>
Tue, 30 Dec 2014 02:32:22 +0000
(19:32 -0700)
committer
Simon Glass
<sjg@chromium.org>
Sat, 24 Jan 2015 00:24:15 +0000
(17:24 -0700)
This stops the debug mode from working properly.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/bios_emulator/include/x86emu/debug.h
patch
|
blob
|
history
diff --git
a/drivers/bios_emulator/include/x86emu/debug.h
b/drivers/bios_emulator/include/x86emu/debug.h
index 304b2bf007095aa8a926965c73d1e4dabcfd86d3..4962a2acaf1ca8f4394a4f538c7d5d012e78c101 100644
(file)
--- a/
drivers/bios_emulator/include/x86emu/debug.h
+++ b/
drivers/bios_emulator/include/x86emu/debug.h
@@
-102,7
+102,7
@@
# define ERR_PRINTF(x) printf(x)
# define ERR_PRINTF2(x, y) printf(x, y)
-#ifdef CONFIG_X86EMU_DEBUG
103
+#ifdef CONFIG_X86EMU_DEBUG
# define DECODE_PRINTF(x) if (DEBUG_DECODE()) \