Re: [PATCH 3/3] ARM: zynq: add support for ARCH_MULTIPLATFORM

From: Michal Simek
Date: Tue Nov 20 2012 - 07:42:23 EST


2012/11/19 Josh Cartwright <josh.cartwright@xxxxxx>:
> The majority of changes are necessary to remove dependencies on header
> files within arch/arm/mach-zynq/include/mach:
>
> uncompress.h
> - Deleted. It is unused for ARCH_MULTIPLATFORM builds.
>
> uart.h:
> - Move uart definitions out of uart.h into debug/zynq.S, which is
> now the only user
>
> zynq_soc.h:
> - Move SCU address definitions into common.c.
> - Other #defines, such as PERIPHERAL_CLOCK_RATE, TTC0_BASE, etc, are
> unused and can be dropped
>
> Signed-off-by: Josh Cartwright <josh.cartwright@xxxxxx>
> ---
> arch/arm/Kconfig | 14 ++------
> arch/arm/include/debug/zynq.S | 20 +++++++++--
> arch/arm/mach-zynq/Kconfig | 13 +++++++
> arch/arm/mach-zynq/common.c | 8 ++---
> arch/arm/mach-zynq/include/mach/uart.h | 25 --------------
> arch/arm/mach-zynq/include/mach/uncompress.h | 51 ----------------------------
> arch/arm/mach-zynq/include/mach/zynq_soc.h | 49 --------------------------
> 7 files changed, 37 insertions(+), 143 deletions(-)
> create mode 100644 arch/arm/mach-zynq/Kconfig
> delete mode 100644 arch/arm/mach-zynq/include/mach/uart.h
> delete mode 100644 arch/arm/mach-zynq/include/mach/uncompress.h
> delete mode 100644 arch/arm/mach-zynq/include/mach/zynq_soc.h

Tested-by: Michal Simek <michal.simek@xxxxxxxxxx>

Applied to xilinx arm-next branch.

Thanks,
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/