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

2022-05-20 Thread sbabic
> From: Fabio Estevam 
> 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 
> Reviewed-by: Frieder Schrempf 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


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

2022-05-11 Thread Frieder Schrempf
Am 11.05.22 um 01:06 schrieb Fabio Estevam:
> From: Fabio Estevam 
> 
> 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 

Reviewed-by: Frieder Schrempf 

> ---
>  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


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

2022-05-10 Thread Fabio Estevam
From: Fabio Estevam 

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 
---
 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
-- 
2.25.1