diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:06 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:50 -0500 |
commit | 5d2a5ef712914fe1c3edfcde78134dc4dc83f461 (patch) | |
tree | cbef611c664ab229fff50bd5947f563a4cc3a139 /drivers/pcmcia/mpc8xx_pcmcia.c | |
parent | a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6 (diff) | |
download | u-boot-5d2a5ef712914fe1c3edfcde78134dc4dc83f461.tar.gz u-boot-5d2a5ef712914fe1c3edfcde78134dc4dc83f461.tar.xz u-boot-5d2a5ef712914fe1c3edfcde78134dc4dc83f461.zip |
mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'drivers/pcmcia/mpc8xx_pcmcia.c')
-rw-r--r-- | drivers/pcmcia/mpc8xx_pcmcia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/mpc8xx_pcmcia.c b/drivers/pcmcia/mpc8xx_pcmcia.c index af774260ee..ea88494180 100644 --- a/drivers/pcmcia/mpc8xx_pcmcia.c +++ b/drivers/pcmcia/mpc8xx_pcmcia.c @@ -58,7 +58,7 @@ static const u_int m8xx_size_to_gray[M8XX_SIZES_NO] = /* -------------------------------------------------------------------- */ -#if defined(CONFIG_LWMON) || defined(CONFIG_NSCU) +#if defined(CONFIG_LWMON) #define CONFIG_SYS_PCMCIA_TIMING ( PCMCIA_SHT(9) \ | PCMCIA_SST(3) \ | PCMCIA_SL(12)) |