diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-04 15:25:05 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-18 10:42:29 -0400 |
commit | aa6e1e45cfc16d9ea199d18c639cca2a388823a2 (patch) | |
tree | 4067e60385088285dade3bfa24842df350566020 /include/pcmcia.h | |
parent | b8a49bdaaad386d09a47d450d00c4e64f1f354a3 (diff) | |
download | u-boot-imx-aa6e1e45cfc16d9ea199d18c639cca2a388823a2.zip u-boot-imx-aa6e1e45cfc16d9ea199d18c639cca2a388823a2.tar.gz u-boot-imx-aa6e1e45cfc16d9ea199d18c639cca2a388823a2.tar.bz2 |
powerpc: remove ADS860, FADS823, FADS850SAR, FADS860T support
Enough time has passed since these boards were moved to Orphan. Remove.
- Remove include/configs/{ADS860.h,FADS823.h,FADS850SAR.h,FADS860T.h}
- Cleanup defined(CONFIG_ADS), defined(CONFIG_MPC823FADS),
defined(CONFIG_MPC850SAR), defined(CONFIG_SYS_DAUGHTERBOARD)
- Remove the entries from boards.cfg
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/pcmcia.h')
-rw-r--r-- | include/pcmcia.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia.h b/include/pcmcia.h index ce8c8ed..1ad3e63 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -24,8 +24,6 @@ /* The RPX series use SLOT_B */ #if defined(CONFIG_RPXCLASSIC) || defined(CONFIG_RPXLITE) # define CONFIG_PCMCIA_SLOT_B -#elif defined(CONFIG_ADS) /* The ADS board uses SLOT_A */ -# define CONFIG_PCMCIA_SLOT_A #elif defined(CONFIG_FADS) /* The FADS series are a mess */ # if defined(CONFIG_MPC86x) || defined(CONFIG_MPC821) # define CONFIG_PCMCIA_SLOT_A |