fix x86 image build order (fixes #3317)
[openwrt.git] / target / linux / pxa / patches-2.6.21 / 029-disable-uncompress-message.patch
1 Index: linux-2.6.21.7/arch/arm/boot/compressed/misc.c
2 ===================================================================
3 --- linux-2.6.21.7.orig/arch/arm/boot/compressed/misc.c
4 +++ linux-2.6.21.7/arch/arm/boot/compressed/misc.c
5 @@ -322,7 +322,6 @@ void flush_window(void)
6 bytes_out += (ulg)outcnt;
7 output_ptr += (ulg)outcnt;
8 outcnt = 0;
9 - putstr(".");
10 }
11
12 #ifndef arch_error
13 @@ -354,9 +353,7 @@ decompress_kernel(ulg output_start, ulg
14 arch_decomp_setup();
15
16 makecrc();
17 - putstr("Uncompressing Linux...");
18 gunzip();
19 - putstr(" done, booting the kernel.\n");
20 return output_ptr;
21 }
22 #else
23 @@ -368,9 +365,7 @@ int main()
24 output_data = output_buffer;
25
26 makecrc();
27 - putstr("Uncompressing Linux...");
28 gunzip();
29 - putstr("done.\n");
30 return 0;
31 }
32 #endif
This page took 0.057511 seconds and 5 git commands to generate.