diff options
author | Lijun Pan <LIJUN.PAN@FREESCALE.COM> | 2014-05-05 22:23:15 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-23 03:08:31 +0400 |
commit | fd7e5b7a8758093781a44df9577fe24e9e11723e (patch) | |
tree | fa63adef48f2174af0c3c14b8591ce9c772df8dc /arch/powerpc/platforms/85xx/Makefile | |
parent | aa80581da1448e9fe5ef3d1e56a82bbb21912ee1 (diff) | |
download | linux-fd7e5b7a8758093781a44df9577fe24e9e11723e.tar.xz |
powerpc/mpc85xx: Remove P1023 RDS support
P1023RDS is no longer supported/manufactured by Freescale while P1023RDB is.
Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index 25cebe74ac46..822103e8d34f 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -17,7 +17,7 @@ obj-$(CONFIG_MPC85xx_RDB) += mpc85xx_rdb.o obj-$(CONFIG_P1010_RDB) += p1010rdb.o obj-$(CONFIG_P1022_DS) += p1022_ds.o obj-$(CONFIG_P1022_RDK) += p1022_rdk.o -obj-$(CONFIG_P1023_RDS) += p1023_rds.o +obj-$(CONFIG_P1023_RDB) += p1023_rdb.o obj-$(CONFIG_TWR_P102x) += twr_p102x.o obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o obj-$(CONFIG_STX_GP3) += stx_gp3.o |