]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-ixp4xx/uncompress.h
[ARM] 4767/2: ixp4xx: Add bitops.h include to io.h
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-ixp4xx / uncompress.h
index 09ae6c91be60b075c3e972b383841515a9506900..f7a35b78823ff0227c44c6e4d9cc4d6052408ddd 100644 (file)
@@ -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() || machine_is_wg302v2())
                uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS;
        else
                uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS;