Re: [Uboot-stm32] [PATCH] configs: stm32mp15: activate CMD_ADTIMG

2020-07-28 Thread Patrice CHOTARD
On 7/28/20 4:11 PM, Patrice CHOTARD wrote: > On 7/6/20 3:00 PM, Patrick Delaunay wrote: >> Activate the support of the command adtimg to handle android images. >> >> Signed-off-by: Patrick Delaunay >> --- >> >> configs/stm32mp15_basic_defconfig | 1 + >> configs/stm32mp15_trusted_defconfig | 1

Re: [Uboot-stm32] [PATCH] configs: stm32mp15: activate CMD_ADTIMG

2020-07-28 Thread Patrice CHOTARD
On 7/6/20 3:00 PM, Patrick Delaunay wrote: > Activate the support of the command adtimg to handle android images. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 1 + > configs/stm32mp15_trusted_defconfig | 1 + > 2 files changed, 2 insertions(+) > > diff --gi

[PATCH] configs: stm32mp15: activate CMD_ADTIMG

2020-07-06 Thread Patrick Delaunay
Activate the support of the command adtimg to handle android images. Signed-off-by: Patrick Delaunay --- 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_ba