From: Fabio Estevam Date: Tue, 10 May 2022 23:06:27 +0000 (-0300) Subject: kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option X-Git-Tag: v2025.01-rc5-pxa1908~1402^2~27 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=5ed4c33f36a000dfacc8c0c98d148e42235ada6e;p=u-boot.git kontron-sl-mx8mm: Select the CONFIG_CMD_UNZIP option 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 --- diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index 1375c78a8c..f07b7890a0 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