Re: [Uboot-stm32] [PATCH 03/11] stm32mp1: dynamically build DFU_ALT_INFO

2020-04-14 Thread Patrice CHOTARD
Hi On 3/18/20 9:22 AM, Patrick Delaunay wrote: > This patch reduces the stm32mp1 environment size and > builds dynamically the DFU board configuration with gpt > and mtd partitions and information from defconfig > (CONFIG_DFU_ALT_RAM0). > > Signed-off-by: Patrick Delaunay > --- Reviewed-by: Pat

[PATCH 03/11] stm32mp1: dynamically build DFU_ALT_INFO

2020-03-18 Thread Patrick Delaunay
This patch reduces the stm32mp1 environment size and builds dynamically the DFU board configuration with gpt and mtd partitions and information from defconfig (CONFIG_DFU_ALT_RAM0). Signed-off-by: Patrick Delaunay --- board/dhelectronics/dh_stm32mp1/Kconfig | 1 + board/st/common/Kconfig