summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2021-06-15 20:38:40 -0300
committerStefano Babic <[email protected]>2021-07-10 16:53:34 +0200
commit96f747b1f0e6762bc1b1ce41f4e315431f0c3279 (patch)
tree3f6e4d960502e8fa77019309764660dd640019ea
parent364212ca291ca884f692be93d6779ba78311ce12 (diff)
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 <[email protected]>
-rw-r--r--configs/smegw01_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/smegw01_defconfig b/configs/smegw01_defconfig
index 9bfaa010ae7..75fd5bc24a8 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