Re: [PATCH] ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config

From: Fabio Estevam
Date: Tue May 23 2023 - 17:55:22 EST


Hi Otavio,

On Tue, May 23, 2023 at 6:28 PM Otavio Salvador <otavio@xxxxxxxxxxxxxxxx> wrote:
>
> The KERNEL_GZIP is used in most config and is the default, there is no
> clear reason to diverge so let default be used.
>
> Signed-off-by: Otavio Salvador <otavio@xxxxxxxxxxxxxxxx>

CONFIG_KERNEL_LZO=y was introduced in 2011 by the following commit below:

06965c39b4c6 ("ARM i.MX5: update defconfig")

imx_v6_v7_defconfig and sdk7786_defconfig are the only defconfigs that
select CONFIG_KERNEL_LZO=y,
so it seems fine to remove it:

Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>