From: Fabio Estevam Date: Tue, 15 Jun 2021 23:38:40 +0000 (-0300) Subject: smegw01: Select the CMD_UNZIP option X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=96f747b1f0e6762bc1b1ce41f4e315431f0c3279;p=u-boot.git smegw01: Select the CMD_UNZIP option Select the CMD_UNZIP option so that the 'gzwrite' command can be used to flash .gz image into the eMMC. Signed-off-by: Fabio Estevam --- diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig index 9bfaa010ae..75fd5bc24a 100644 --- a/configs/smegw01_defconfig +++ b/configs/smegw01_defconfig @@ -21,6 +21,7 @@ CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_XIMG is not set CONFIG_CMD_MEMTEST=y +CONFIG_CMD_UNZIP=y CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y