All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option
@ 2022-05-10 23:06 Fabio Estevam
  2022-05-11  6:47 ` Frieder Schrempf
  2022-05-20 13:43 ` sbabic
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-05-10 23:06 UTC (permalink / raw)
  To: sbabic; +Cc: frieder.schrempf, u-boot, Fabio Estevam

From: Fabio Estevam <festevam@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@denx.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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option
  2022-05-10 23:06 [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option Fabio Estevam
@ 2022-05-11  6:47 ` Frieder Schrempf
  2022-05-20 13:43 ` sbabic
  1 sibling, 0 replies; 3+ messages in thread
From: Frieder Schrempf @ 2022-05-11  6:47 UTC (permalink / raw)
  To: Fabio Estevam, sbabic; +Cc: u-boot, Fabio Estevam

Am 11.05.22 um 01:06 schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@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@denx.de>

Reviewed-by: Frieder Schrempf <frieder.schrempf@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option
  2022-05-10 23:06 [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option Fabio Estevam
  2022-05-11  6:47 ` Frieder Schrempf
@ 2022-05-20 13:43 ` sbabic
  1 sibling, 0 replies; 3+ messages in thread
From: sbabic @ 2022-05-20 13:43 UTC (permalink / raw)
  To: Fabio Estevam, u-boot

> From: Fabio Estevam <festevam@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@denx.de>
> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
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: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-20 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 23:06 [PATCH] kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option Fabio Estevam
2022-05-11  6:47 ` Frieder Schrempf
2022-05-20 13:43 ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.