summaryrefslogtreecommitdiffstats
path: root/include/pcmcia.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-12-18 22:35:43 +0000
committerwdenk <wdenk>2004-12-18 22:35:43 +0000
commitf7d1572bf51619554f278cb543ef0445baa3a1f8 (patch)
treeac5ad0054651a4c3596f9809f534df4587163111 /include/pcmcia.h
parent8e6b47a89b6db05594f559f7829e5dc54c0df86e (diff)
downloadblackbird-obmc-uboot-f7d1572bf51619554f278cb543ef0445baa3a1f8.tar.gz
blackbird-obmc-uboot-f7d1572bf51619554f278cb543ef0445baa3a1f8.zip
Add support for UC100 board
Diffstat (limited to 'include/pcmcia.h')
-rw-r--r--include/pcmcia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia.h b/include/pcmcia.h
index af56e6d1b7..43d4510ed2 100644
--- a/include/pcmcia.h
+++ b/include/pcmcia.h
@@ -66,6 +66,8 @@
# define CONFIG_PCMCIA_SLOT_A
#elif defined(CONFIG_NETTA)
# define CONFIG_PCMCIA_SLOT_A
+#elif defined(CONFIG_UC100) /* The UC100 use SLOT_B */
+# define CONFIG_PCMCIA_SLOT_B
#else
# error "PCMCIA Slot not configured"
#endif
OpenPOWER on IntegriCloud