Re: [PATCH] [FIX] init/Kconfig: fix option to disable kernel compression

2013-11-18 Thread Christian Ruppert
On Sat, Nov 16, 2013 at 03:12:56PM +0530, Vineet Gupta wrote: > On 11/15/2013 10:21 PM, Christian Ruppert wrote: > > Some architectures with self-decompressing kernel images did not compile > > with commit 69f0554ec261fd686ac7fa1c598cc9eb27b83a80 because they don't > > provide a non-decompression m

Re: [PATCH] [FIX] init/Kconfig: fix option to disable kernel compression

2013-11-16 Thread Vineet Gupta
On 11/15/2013 10:21 PM, Christian Ruppert wrote: > Some architectures with self-decompressing kernel images did not compile > with commit 69f0554ec261fd686ac7fa1c598cc9eb27b83a80 because they don't > provide a non-decompression mechanism for uncompressed kernels. > > Rectify this problem by allowi

[PATCH] [FIX] init/Kconfig: fix option to disable kernel compression

2013-11-15 Thread Christian Ruppert
Some architectures with self-decompressing kernel images did not compile with commit 69f0554ec261fd686ac7fa1c598cc9eb27b83a80 because they don't provide a non-decompression mechanism for uncompressed kernels. Rectify this problem by allowing uncompressed kernels only for architectures which explic