summaryrefslogtreecommitdiffstats
path: root/include/configs/mcc200.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-19 09:18:57 +0200
committerWolfgang Denk <wd@denx.de>2009-10-19 09:18:57 +0200
commitefd988ebaa241bab265b1511052350207cb7aaa0 (patch)
tree3ffcf67244533c02a150069119e5fa7fdc58f73f /include/configs/mcc200.h
parent8c0a92c8f4cf399e873c2611939f3617983785a9 (diff)
downloadblackbird-obmc-uboot-efd988ebaa241bab265b1511052350207cb7aaa0.tar.gz
blackbird-obmc-uboot-efd988ebaa241bab265b1511052350207cb7aaa0.zip
mcc200: fix build error
Fix compile error: include/configs/mcc200.h:401:6: error: #elif with no expression Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/mcc200.h')
-rw-r--r--include/configs/mcc200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h
index e5812ee8a2..7ef6385ef8 100644
--- 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)
-#elif
+#else
#error "Wrong QUART expander number."
#endif
OpenPOWER on IntegriCloud