X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpcmcia.h;h=c8a730c4d0f4ca232c49fe5334ffc06857303497;hb=02499e4edc885b3064c76f8b6e84d9ff8d7a6b4b;hp=4b667f49ce9d9f7ceed211eb0f6b01e8fb200e82;hpb=3e1b36bd584228b0a8070c8b63351aefda652523;p=u-boot diff --git a/include/pcmcia.h b/include/pcmcia.h index 4b667f49ce..c8a730c4d0 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -23,20 +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 */ -# define CONFIG_PCMCIA_SLOT_B -#elif defined(CONFIG_ICU862) /* The ICU862 use SLOT_B */ -# define CONFIG_PCMCIA_SLOT_B -#elif defined(CONFIG_R360MPI) /* The R360MPI use SLOT_B */ -# define CONFIG_PCMCIA_SLOT_B -#elif defined(CONFIG_ATC) /* The ATC use SLOT_A */ -# 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