]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: zynq: add support for ARCH_MULTIPLATFORM
authorJosh Cartwright <josh.cartwright@ni.com>
Mon, 19 Nov 2012 17:38:29 +0000 (11:38 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Nov 2012 09:52:13 +0000 (10:52 +0100)
commit9a45eb691d8712b64a733178746557f708043444
tree13dc80bff8935c32e7fa209891ff03cfb89dc809
parent385f02b1696004461d89589e69ae7247081a74a2
ARM: zynq: add support for ARCH_MULTIPLATFORM

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@ni.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig
arch/arm/include/debug/zynq.S
arch/arm/mach-zynq/Kconfig [new file with mode: 0644]
arch/arm/mach-zynq/common.c
arch/arm/mach-zynq/include/mach/uart.h [deleted file]
arch/arm/mach-zynq/include/mach/uncompress.h [deleted file]
arch/arm/mach-zynq/include/mach/zynq_soc.h [deleted file]