summaryrefslogtreecommitdiff
path: root/configs/kontron-sl-mx8mm_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2022-05-11 02:06:27 +0300
committerStefano Babic <sbabic@denx.de>2022-05-20 13:36:47 +0300
commit5ed4c33f36a000dfacc8c0c98d148e42235ada6e (patch)
treedfe800c41b13d50aa1653f1411d902983ee816ef /configs/kontron-sl-mx8mm_defconfig
parent8494fe077c863ef0514ba8de579809d37267f54e (diff)
downloadu-boot-5ed4c33f36a000dfacc8c0c98d148e42235ada6e.tar.xz
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 <festevam@denx.de> Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'configs/kontron-sl-mx8mm_defconfig')
-rw-r--r--configs/kontron-sl-mx8mm_defconfig2
1 files changed, 1 insertions, 1 deletions
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