Re: [PATCH 4/5] Add support for LZO-compressed kernels for ARM

2009-07-23 Thread Albin Tonnerre
On Wed, Jul 22, 2009 at 04:01:18PM +0200, Albin Tonnerre wrote : > This is the second part of patch. This part includes: > - changes to ach/arch/boot/Makefile to make it easier to add new >compression types > - new piggy.lzo.S necessary for lzo compression > - changes in arch/arm/boot/compre

[PATCH 4/5] Add support for LZO-compressed kernels for ARM

2009-07-22 Thread Albin Tonnerre
This is the second part of patch. This part includes: - changes to ach/arch/boot/Makefile to make it easier to add new compression types - new piggy.lzo.S necessary for lzo compression - changes in arch/arm/boot/compressed/misc.c to allow the use of lzo or gzip, depending on the config -