X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Farch-ixp4xx%2Funcompress.h;h=960c35810a2232dfbe42244aeddddebf0585116f;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=0535098e103aa0241a95310ff99f31ff126475a0;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-arm/arch-ixp4xx/uncompress.h b/include/asm-arm/arch-ixp4xx/uncompress.h index 0535098e1..960c35810 100644 --- a/include/asm-arm/arch-ixp4xx/uncompress.h +++ b/include/asm-arm/arch-ixp4xx/uncompress.h @@ -46,9 +46,9 @@ static void putstr(const char *s) static __inline__ void __arch_decomp_setup(unsigned long arch_id) { /* - * Coyote only has UART2 connected + * Coyote and gtwx5715 only have UART2 connected */ - if (machine_is_adi_coyote()) + if (machine_is_adi_coyote() || machine_is_gtwx5715()) uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; else uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS;