summaryrefslogtreecommitdiff
path: root/configs/smegw01_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2021-06-16 02:38:40 +0300
committerStefano Babic <sbabic@denx.de>2021-07-10 17:53:34 +0300
commit96f747b1f0e6762bc1b1ce41f4e315431f0c3279 (patch)
tree3f6e4d960502e8fa77019309764660dd640019ea /configs/smegw01_defconfig
parent364212ca291ca884f692be93d6779ba78311ce12 (diff)
downloadu-boot-96f747b1f0e6762bc1b1ce41f4e315431f0c3279.tar.xz
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 <festevam@denx.de>
Diffstat (limited to 'configs/smegw01_defconfig')
-rw-r--r--configs/smegw01_defconfig1
1 files changed, 1 insertions, 0 deletions
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