linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH needed?] ARM: add missing HAVE_KERNEL_GZIP
@ 2009-09-28  7:21 Guennadi Liakhovetski
  2009-09-28  7:53 ` Uwe Kleine-König
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2009-09-28  7:21 UTC (permalink / raw)
  To: linux-arm-kernel

Kernel fails to uncompress itself and boot without this patch.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---

No idea if this is the correct or even needed fix. I did observe a failure 
to boot with a post 2.6.31 kernel about two weeks ago without this patch 
(from u-boot), but it might well have become irrelevant by now.

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index aef63c8..fca630e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -18,6 +18,7 @@ config ARM
 	select HAVE_KRETPROBES if (HAVE_KPROBES)
 	select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
 	select HAVE_GENERIC_DMA_COHERENT
+	select HAVE_KERNEL_GZIP
 	help
 	  The ARM series is a line of low-power-consumption RISC chip designs
 	  licensed by ARM Ltd and targeted at embedded applications and

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-28  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28  7:21 [PATCH needed?] ARM: add missing HAVE_KERNEL_GZIP Guennadi Liakhovetski
2009-09-28  7:53 ` Uwe Kleine-König
2009-09-28  7:56   ` Guennadi Liakhovetski
2009-09-28  8:19     ` Andy Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).