aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-06-02 15:44:08 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-07-12 11:12:15 +0100
commit46918bd13b887e8f0ae2987e690bc2af9c6c08a4 (patch)
tree14d0969bbd89c94848fb0f59249310746d06acda /include/asm-arm
parent[ARM] 4385/2: ixdp425: NAND support (diff)
downloadlinux-dev-46918bd13b887e8f0ae2987e690bc2af9c6c08a4.tar.xz
linux-dev-46918bd13b887e8f0ae2987e690bc2af9c6c08a4.zip
[ARM] 4425/2: Gateway 7001 series support
This patch provides support for the Gateway 7001 AccessPoint series. Updated to stay below the 80 char limit in uncompress.h Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Deepak Saxena <dsaxena@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-ixp4xx/uncompress.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-arm/arch-ixp4xx/uncompress.h b/include/asm-arm/arch-ixp4xx/uncompress.h
index 09ae6c91be60..bf7a7882bf7c 100644
--- a/include/asm-arm/arch-ixp4xx/uncompress.h
+++ b/include/asm-arm/arch-ixp4xx/uncompress.h
@@ -38,9 +38,10 @@ static void flush(void)
static __inline__ void __arch_decomp_setup(unsigned long arch_id)
{
/*
- * Coyote and gtwx5715 only have UART2 connected
+ * Some boards are using UART2 as console
*/
- if (machine_is_adi_coyote() || machine_is_gtwx5715())
+ if (machine_is_adi_coyote() || machine_is_gtwx5715() ||
+ machine_is_gateway7001())
uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS;
else
uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS;