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

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.