diff options
| author | Fabio Estevam <[email protected]> | 2022-05-10 20:06:27 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-05-20 12:36:47 +0200 |
| commit | 5ed4c33f36a000dfacc8c0c98d148e42235ada6e (patch) | |
| tree | dfe800c41b13d50aa1653f1411d902983ee816ef | |
| parent | 8494fe077c863ef0514ba8de579809d37267f54e (diff) | |
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 <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx8mm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index 1375c78a8c4..f07b7890a0c 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 |
