[PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option

Frieder Schrempf frieder.schrempf at kontron.de
Wed May 11 08:47:56 CEST 2022


Am 11.05.22 um 01:06 schrieb Fabio Estevam:
> From: Fabio Estevam <festevam at denx.de>
> 
> Select the CMD_UNZIP option so that the 'gzwrite' command
> can be used to flash wic.gz image into the eMMC.
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>

Reviewed-by: Frieder Schrempf <frieder.schrempf at kontron.de>

> ---
>  configs/kontron-sl-mx8mm_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig
> index 1375c78a8c44..f07b7890a0ce 100644
> --- a/configs/kontron-sl-mx8mm_defconfig
> +++ b/configs/kontron-sl-mx8mm_defconfig
> @@ -37,7 +37,7 @@ CONFIG_SPL_WATCHDOG=y
>  CONFIG_SPL_ATF=y
>  CONFIG_CMD_NVEDIT_EFI=y
>  # CONFIG_CMD_LZMADEC is not set
> -# CONFIG_CMD_UNZIP is not set
> +CONFIG_CMD_UNZIP=y
>  CONFIG_CMD_CLK=y
>  CONFIG_CMD_DFU=y
>  CONFIG_CMD_FUSE=y


More information about the U-Boot mailing list