Am 11.05.22 um 01:06 schrieb Fabio Estevam: > From: Fabio Estevam <[email protected]> > > 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]> > --- > configs/kontron-sl-mx8mm_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/kontron-sl-mx8mm_defconfig > b/configs/kontron-sl-mx8mm_defconfig > index 1375c78a8c44..f07b7890a0ce 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

