summaryrefslogtreecommitdiffstats
path: root/include/pcmcia.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-20 13:54:55 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:43:02 -0400
commit03f9d7d1749fddf147823549e6965f6fb13faad6 (patch)
tree15336e8865592f5428f9473175308eee9e9f4005 /include/pcmcia.h
parentc51c1c9af95ff4fa365024e4d815576e818c51aa (diff)
downloadblackbird-obmc-uboot-03f9d7d1749fddf147823549e6965f6fb13faad6.tar.gz
blackbird-obmc-uboot-03f9d7d1749fddf147823549e6965f6fb13faad6.zip
mpc8xx: remove fads board support
These boards are old enough and have no maintainers. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/pcmcia.h')
-rw-r--r--include/pcmcia.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/pcmcia.h b/include/pcmcia.h
index b1f325bcd6..8aec2541b8 100644
--- a/include/pcmcia.h
+++ b/include/pcmcia.h
@@ -21,13 +21,7 @@
#if !defined(CONFIG_PCMCIA_SLOT_A) && !defined(CONFIG_PCMCIA_SLOT_B)
-#if defined(CONFIG_FADS) /* The FADS series are a mess */
-# if defined(CONFIG_MPC86x) || defined(CONFIG_MPC821)
-# define CONFIG_PCMCIA_SLOT_A
-# else
-# define CONFIG_PCMCIA_SLOT_B
-# endif
-#elif defined(CONFIG_TQM8xxL) || defined(CONFIG_SVM_SC8xx)
+#if defined(CONFIG_TQM8xxL) || defined(CONFIG_SVM_SC8xx)
# define CONFIG_PCMCIA_SLOT_B /* The TQM8xxL use SLOT_B */
#elif defined(CONFIG_SPD823TS) /* The SPD8xx use SLOT_B */
# define CONFIG_PCMCIA_SLOT_B
OpenPOWER on IntegriCloud