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

2021-05-28 Thread Patrick DELAUNAY
Hi, On 5/28/21 2:46 PM, Patrice CHOTARD wrote: 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 --- configs/stm32mp15_basic_def

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

2021-05-28 Thread Patrice CHOTARD
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 > --- > > configs/stm32mp15_basic_defconfig | 1 + > configs/stm32mp15_tr

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

2021-05-06 Thread Patrick Delaunay
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 --- configs/stm32mp15_basic_defconfig | 1 + configs/stm32mp15_trusted_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/c