diff options
author | Masahiro Yamada | 2014-12-15 23:26:30 +0900 |
---|---|---|
committer | Tom Rini | 2015-01-05 12:08:55 -0500 |
commit | 9067b30008e4c09fb6287d306caf2a6bed08370f (patch) | |
tree | 4fbb5924936cd3d8155f7e4758c7ce8a54eb84bb /include/pcmcia.h | |
parent | f7e1af8690f423e44932f412033e718576477467 (diff) |
mpc8260: remove atc board support
These boards are still non-generic boards.
drivers/rtc/ds12887.c should also be removed because it can not
be built without CONFIG_ATC.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
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 8e8831f5f64..c8a730c4d0f 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_ATC) /* The ATC use SLOT_A */ -# define CONFIG_PCMCIA_SLOT_A #else # error "PCMCIA Slot not configured" #endif |