]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
smegw01: Select the CMD_UNZIP option
authorFabio Estevam <festevam@denx.de>
Tue, 15 Jun 2021 23:38:40 +0000 (20:38 -0300)
committerStefano Babic <sbabic@denx.de>
Sat, 10 Jul 2021 14:53:34 +0000 (16:53 +0200)
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 <festevam@denx.de>
configs/smegw01_defconfig

index 9bfaa010ae7724296f3f7511767b56740f24f5bb..75fd5bc24a81816277ca0c4c9c4b23763b1ab36c 100644 (file)
@@ -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