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:
8c0a92c
)
mcc200: fix build error
author
Wolfgang Denk
<wd@denx.de>
Mon, 19 Oct 2009 07:18:57 +0000
(09:18 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 19 Oct 2009 07:18:57 +0000
(09:18 +0200)
Fix compile error:
include/configs/mcc200.h:401:6: error: #elif with no expression
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/mcc200.h
patch
|
blob
|
history
diff --git
a/include/configs/mcc200.h
b/include/configs/mcc200.h
index e5812ee8a2e46e9d7b1e75157d29e1fe6cdd6136..7ef6385ef8b833360cc20c6abb193c38c47c8203 100644
(file)
--- a/
include/configs/mcc200.h
+++ b/
include/configs/mcc200.h
@@
-398,7
+398,7
@@
#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CS2_START | (CONFIG_QUART_CONSOLE - 1)<<5)
#elif (CONFIG_QUART_CONSOLE > 4) && (CONFIG_QUART_CONSOLE < 9)
#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CS1_START | (CONFIG_QUART_CONSOLE - 5)<<5)
-#el
if
+#el
se
#error "Wrong QUART expander number."
#endif