mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix the wrt300n v2 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7578 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -222,8 +222,8 @@ diff -Nur linux-2.6.19.2/include/asm-arm/arch-ixp4xx/uncompress.h linux-2.6.19.2
|
|||||||
/*
|
/*
|
||||||
* Some boards are using UART2 as console
|
* Some boards are using UART2 as console
|
||||||
*/
|
*/
|
||||||
- if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn() || machine_is_pronghorn_metro())
|
- if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn_metro())
|
||||||
+ if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn() || machine_is_pronghorn_metro() || machine_is_wrt300nv2())
|
+ if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn_metro() || machine_is_wrt300nv2())
|
||||||
uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS;
|
uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS;
|
||||||
else
|
else
|
||||||
uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS;
|
uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS;
|
||||||
|
|||||||
Reference in New Issue
Block a user