[PATCH] configs: stm32mp: Enable UNZIP on STMicroelectronics stm32mp15 boards

Patrice CHOTARD patrice.chotard at foss.st.com
Fri May 28 14:46:18 CEST 2021


Hi Patrick

On 5/6/21 9:31 AM, Patrick Delaunay wrote:
> The CMD_UNZIP provides the 'gzwrite' command, which is convenient
> for writing e.g. gz-compressed images to eMMC from U-Boot.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
> 
>  configs/stm32mp15_basic_defconfig   | 1 +
>  configs/stm32mp15_trusted_defconfig | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
> index d7511a79a5..0c892dda8b 100644
> --- a/configs/stm32mp15_basic_defconfig
> +++ b/configs/stm32mp15_basic_defconfig
> @@ -38,6 +38,7 @@ CONFIG_CMD_ERASEENV=y
>  CONFIG_CMD_NVEDIT_EFI=y
>  CONFIG_CMD_MEMINFO=y
>  CONFIG_CMD_MEMTEST=y
> +CONFIG_CMD_UNZIP=y
>  CONFIG_CMD_ADC=y
>  CONFIG_CMD_CLK=y
>  CONFIG_CMD_DFU=y
> diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
> index ee89a47171..f7aa571e8d 100644
> --- a/configs/stm32mp15_trusted_defconfig
> +++ b/configs/stm32mp15_trusted_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_ERASEENV=y
>  CONFIG_CMD_NVEDIT_EFI=y
>  CONFIG_CMD_MEMINFO=y
>  CONFIG_CMD_MEMTEST=y
> +CONFIG_CMD_UNZIP=y
>  CONFIG_CMD_ADC=y
>  CONFIG_CMD_CLK=y
>  CONFIG_CMD_DFU=y
> 

Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>

Thanks
Patrice


More information about the U-Boot mailing list