Re: [PATCH 05/17] mips: Remove support for BZIP2 and LZMA compressed kernel
From: Paul Burton
Date: Tue Nov 13 2018 - 17:46:01 EST
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
> targets += vmlinux.lzo.its
It looks to me like this "vmlinux.lzmo.its" was a typo & ought to have
been vmlinux.lzma.its, and thus ought to be removed.
Apart from that I'm fine with this in general:
Acked-by: Paul Burton <paul.burton@xxxxxxxx>
Thanks,
Paul