kernel build cleanup
[openwrt.git] / target / linux / ixp4xx-2.6 / patches / 900-no_loader_workaround.patch
1 diff -Nur linux-2.6.19/arch/arm/boot/compressed/head-xscale.S linux-2.6.19-owrt/arch/arm/boot/compressed/head-xscale.S
2 --- linux-2.6.19/arch/arm/boot/compressed/head-xscale.S 2006-12-19 12:56:21.000000000 +0100
3 +++ linux-2.6.19-owrt/arch/arm/boot/compressed/head-xscale.S    2006-12-19 12:58:15.000000000 +0100
4 @@ -41,6 +41,7 @@
5                 mov     r7, #MACH_TYPE_COTULLA_IDP
6  #endif
7  
8 +/* let the arm-magic.sh script do the dirty work
9  #ifdef  CONFIG_MACH_GTWX5715
10                 mov     r7, #(MACH_TYPE_GTWX5715 & 0xff)
11                 orr     r7, r7, #(MACH_TYPE_GTWX5715 & 0xff00)
12 @@ -50,6 +51,7 @@
13                 mov     r7, #(MACH_TYPE_GATEWAY7001 & 0xff)
14                 orr     r7, r7, #(MACH_TYPE_GATEWAY7001 & 0xff00)
15  #endif
16 + */
17  
18  #ifdef CONFIG_ARCH_IXP2000
19                 mov     r1, #-1