Re: [PATCH v2] powerpc/mpc85xx: Remove P1023 RDS support
From: Scott Wood <hidden>
Date: 2014-05-05 19:05:01
From: Scott Wood <hidden>
Date: 2014-05-05 19:05:01
On Mon, 2014-05-05 at 13:23 -0500, Lijun Pan wrote:
P1023RDS is no longer supported/manufactured by Freescale while P1023RDB is.
Signed-off-by: Lijun Pan <redacted>
---
arch/powerpc/boot/dts/p1023rds.dts | 219 ---------------------
arch/powerpc/configs/mpc85xx_defconfig | 1 -
arch/powerpc/configs/mpc85xx_smp_defconfig | 1 -
arch/powerpc/platforms/85xx/Kconfig | 6 +-
arch/powerpc/platforms/85xx/Makefile | 2 +-
.../platforms/85xx/{p1023_rds.c => p1023_rdb.c} | 36 +---
6 files changed, 10 insertions(+), 255 deletions(-)
delete mode 100644 arch/powerpc/boot/dts/p1023rds.dts
rename arch/powerpc/platforms/85xx/{p1023_rds.c => p1023_rdb.c} (75%)What changed from v1? If you want this patch merged, please respond to the comments on v1. -Scott