[PATCH 1/3] powerpc: remove Wind River SBC8560 support

Kumar Gala galak at kernel.crashing.org
Sat Jun 30 06:02:48 EST 2012


On Jun 26, 2012, at 2:54 PM, Paul Gortmaker wrote:

> This reference board dates back to 2004, and is largely a legacy
> EOL product.  The MPC8560 is a pre e500v2 CPU.  The SBC8548 is
> a more modern, better e500v2 target for people to use as a
> reference board with today's kernels, should they require one.
> 
> Removing support for it will also allow us to remove some
> sbc8560 specific quirk handling in 8250 UART code, and some
> MTD mapping support.
> 
> Cc: David Woodhouse <David.Woodhouse at intel.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
> arch/powerpc/boot/Makefile                  |    1 -
> arch/powerpc/boot/dts/sbc8560.dts           |  406 ---------------------------
> arch/powerpc/configs/85xx/sbc8560_defconfig |   65 -----
> arch/powerpc/platforms/85xx/Kconfig         |    6 -
> arch/powerpc/platforms/85xx/Makefile        |    1 -
> arch/powerpc/platforms/85xx/sbc8560.c       |  254 -----------------
> 6 files changed, 0 insertions(+), 733 deletions(-)
> delete mode 100644 arch/powerpc/boot/dts/sbc8560.dts
> delete mode 100644 arch/powerpc/configs/85xx/sbc8560_defconfig
> delete mode 100644 arch/powerpc/platforms/85xx/sbc8560.c

applied

- k


More information about the Linuxppc-dev mailing list