diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-20 13:54:54 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:43:02 -0400 |
commit | c51c1c9af95ff4fa365024e4d815576e818c51aa (patch) | |
tree | eee7dcee3d3a05804d30e618ac03e36189812741 /include/pcmcia.h | |
parent | c750b9c01223034f5ad49da3f0fe834f1cb0a93f (diff) | |
download | u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.zip u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.tar.gz u-boot-imx-c51c1c9af95ff4fa365024e4d815576e818c51aa.tar.bz2 |
mpc8xx: remove netta, netta2, netphone board support
These boards are old enough and have no maintainers.
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 b0f6b92..b1f325b 100644 --- a/include/pcmcia.h +++ b/include/pcmcia.h @@ -41,8 +41,6 @@ # define CONFIG_PCMCIA_SLOT_B #elif defined(CONFIG_ATC) /* The ATC use SLOT_A */ # define CONFIG_PCMCIA_SLOT_A -#elif defined(CONFIG_NETTA) -# define CONFIG_PCMCIA_SLOT_A #elif defined(CONFIG_UC100) /* The UC100 use SLOT_B */ # define CONFIG_PCMCIA_SLOT_B #else |