RE: [PATCH v1 1/2] board: stm32: fix extra env setings addresses

2020-02-14 Thread Patrick DELAUNAY
Hi, > From: Patrice CHOTARD > Sent: lundi 3 février 2020 15:11 > > For stm32f4, f7 and h7 boards, reserve: > - 4MB for kernel > - 64KB for fdt, boot script, pxefile > - the remaining memory for ramdisk > > Signed-off-by: Patrice Chotard > --- Applied to u-boot-stm32/master, thanks! Regard

RE: [PATCH v1 1/2] board: stm32: fix extra env setings addresses

2020-02-13 Thread Patrick DELAUNAY
Hi Patrice, > From: Patrice CHOTARD > Sent: lundi 3 février 2020 15:11 > > For stm32f4, f7 and h7 boards, reserve: > - 4MB for kernel > - 64KB for fdt, boot script, pxefile > - the remaining memory for ramdisk > > Signed-off-by: Patrice Chotard > --- Reviewed-by: Patrick Delaunay Thanks,

[PATCH v1 1/2] board: stm32: fix extra env setings addresses

2020-02-03 Thread Patrice Chotard
For stm32f4, f7 and h7 boards, reserve: - 4MB for kernel - 64KB for fdt, boot script, pxefile - the remaining memory for ramdisk Signed-off-by: Patrice Chotard --- include/configs/stm32f429-evaluation.h | 8 include/configs/stm32f469-discovery.h | 8 include/configs/stm32f