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

2012-11-20 Thread Michal Simek
2012/11/19 Josh Cartwright : > 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/

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

2012-11-19 Thread Josh Cartwright
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