diff options
| author | Masahiro Yamada <[email protected]> | 2014-12-15 23:26:10 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-01-05 12:08:51 -0500 |
| commit | 72ba368f45a3cdec0bb33a70cd7eec8bb64dceb1 (patch) | |
| tree | 1e21dd2598a2a4b149adde846519fc76fb2386b1 /include/pcmcia.h | |
| parent | 4317d070db98281fe2f65da01398a6e05a423d70 (diff) | |
mpc8xx: remove SPD823TS board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Wolfgang Denk <[email protected]>
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 2ff399b81d6..371c9a49b04 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -23,8 +23,6 @@ #if defined(CONFIG_TQM8xxL) # define CONFIG_PCMCIA_SLOT_B /* The TQM8xxL use SLOT_B */ -#elif defined(CONFIG_SPD823TS) /* The SPD8xx use SLOT_B */ -# define CONFIG_PCMCIA_SLOT_B #elif defined(CONFIG_IVMS8) || defined(CONFIG_IVML24) /* The IVM* use SLOT_A */ # define CONFIG_PCMCIA_SLOT_A #elif defined(CONFIG_LWMON) /* The LWMON use SLOT_B */ |
