diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/include/mach/uncompress.h')
-rw-r--r-- | arch/arm/mach-ixp4xx/include/mach/uncompress.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/include/mach/uncompress.h b/arch/arm/mach-ixp4xx/include/mach/uncompress.h index 219d7c1dcdba..eb945a926d07 100644 --- a/arch/arm/mach-ixp4xx/include/mach/uncompress.h +++ b/arch/arm/mach-ixp4xx/include/mach/uncompress.h | |||
@@ -41,7 +41,8 @@ static __inline__ void __arch_decomp_setup(unsigned long arch_id) | |||
41 | * Some boards are using UART2 as console | 41 | * Some boards are using UART2 as console |
42 | */ | 42 | */ |
43 | if (machine_is_adi_coyote() || machine_is_gtwx5715() || | 43 | if (machine_is_adi_coyote() || machine_is_gtwx5715() || |
44 | machine_is_gateway7001() || machine_is_wg302v2()) | 44 | machine_is_gateway7001() || machine_is_wg302v2() || |
45 | machine_is_devixp() || machine_is_miccpt() || machine_is_mic256()) | ||
45 | uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; | 46 | uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; |
46 | else | 47 | else |
47 | uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; | 48 | uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; |