Re: [PATCH 05/17] mips: Remove support for BZIP2 and LZMA compressed kernel

2018-11-13 Thread Adam Borowski
On Tue, Nov 13, 2018 at 10:45:54PM +, Paul Burton wrote: > On Fri, Nov 09, 2018 at 08:02:52PM +0100, Adam Borowski wrote: > > @@ -122,7 +104,6 @@ $(obj)/vmlinux.its.S: $(addprefix > > $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS > > > > targets += vmlinux.its > > targets += vmlinux.gz.it

Re: [PATCH 05/17] mips: Remove support for BZIP2 and LZMA compressed kernel

2018-11-13 Thread Paul Burton
Hi Adam, On Fri, Nov 09, 2018 at 08:02:52PM +0100, Adam Borowski wrote: > @@ -122,7 +104,6 @@ $(obj)/vmlinux.its.S: $(addprefix > $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS > > targets += vmlinux.its > targets += vmlinux.gz.its > -targets += vmlinux.bz2.its > targets += vmlinux.lzmo.its

[PATCH 05/17] mips: Remove support for BZIP2 and LZMA compressed kernel

2018-11-09 Thread Adam Borowski
Made redundant by newer choices. Signed-off-by: Adam Borowski --- arch/mips/Kconfig | 2 -- arch/mips/boot/Makefile| 27 -- arch/mips/boot/compressed/Makefile | 2 -- arch/mips/boot/compressed/decompress.c | 8 4 files