diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-05-10 17:01:18 +0200 |
---|---|---|
committer | Lennert Buytenhek <buytenh@marvell.com> | 2008-06-22 22:44:46 +0200 |
commit | 386a048a1ea42ff9ac87ffa344c4c19a5cc59678 (patch) | |
tree | fd6cab0e6bf41c5b112ce00f8cc36cc30ab6edfd /arch/arm/mach-orion5x/ts209-setup.c | |
parent | 044f6c7c449ae8ba0353b032706b098a7ad5e304 (diff) | |
download | blackbird-op-linux-386a048a1ea42ff9ac87ffa344c4c19a5cc59678.tar.gz blackbird-op-linux-386a048a1ea42ff9ac87ffa344c4c19a5cc59678.zip |
[ARM] Orion: move setting up PCIe WA window into PCIe setup path
It makes no sense to do PCIe WA window setup in the individual
board support files while the decision whether or not to use the
PCIe WA access method is made in a different place, in the PCIe
support code.
This patch moves the configuration of a PCIe WA window from the
individual Orion board support files to the central Orion PCIe
support code.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion5x/ts209-setup.c')
-rw-r--r-- | arch/arm/mach-orion5x/ts209-setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index b62fdb6cf6cb..0ec067fcb514 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c @@ -365,12 +365,6 @@ static void __init qnap_ts209_init(void) orion5x_init(); /* - * Open a special address decode windows for the PCIe WA. - */ - orion5x_setup_pcie_wa_win(ORION5X_PCIE_WA_PHYS_BASE, - ORION5X_PCIE_WA_SIZE); - - /* * Setup Multiplexing Pins -- * MPP[0] Reserved * MPP[1] USB copy button (0 active) |