[ixp4xx] move the latch-led driver into a separated patch
[openwrt.git] / target / linux / ixp4xx / patches / 900-no_loader_workaround.patch
1 Index: linux-2.6.21.7/arch/arm/boot/compressed/head-xscale.S
2 ===================================================================
3 --- linux-2.6.21.7.orig/arch/arm/boot/compressed/head-xscale.S
4 +++ linux-2.6.21.7/arch/arm/boot/compressed/head-xscale.S
5 @@ -41,6 +41,7 @@ __XScale_start:
6                 mov     r7, #MACH_TYPE_COTULLA_IDP
7  #endif
8  
9 +/* let the arm-magic.sh script do the dirty work
10  #ifdef  CONFIG_MACH_GTWX5715
11                 mov     r7, #(MACH_TYPE_GTWX5715 & 0xff)
12                 orr     r7, r7, #(MACH_TYPE_GTWX5715 & 0xff00)
13 @@ -50,6 +51,7 @@ __XScale_start:
14                 mov     r7, #(MACH_TYPE_GATEWAY7001 & 0xff)
15                 orr     r7, r7, #(MACH_TYPE_GATEWAY7001 & 0xff00)
16  #endif
17 + */
18  
19  #ifdef CONFIG_ARCH_IXP2000
20                 mov     r1, #-1