Re: [U-Boot] [PATCH 2/2] stm32mp1: move CONFIG_ENV in Kconfig

2019-07-12 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: vendredi 14 juin 2019 13:06 > > Move 2 ENV configuration flags in board Kconfig > - CONFIG_ENV_SECT_SIZE > - CONFIG_ENV_OFFSET > > Signed-off-by: Patrick Delaunay > --- > > board/st/stm32mp1/Kconfig | 6 ++ > env/Kconfig| 5 ++--- > i

[U-Boot] [PATCH 2/2] stm32mp1: move CONFIG_ENV in Kconfig

2019-06-14 Thread Patrick Delaunay
Move 2 ENV configuration flags in board Kconfig - CONFIG_ENV_SECT_SIZE - CONFIG_ENV_OFFSET Signed-off-by: Patrick Delaunay --- board/st/stm32mp1/Kconfig | 6 ++ env/Kconfig| 5 ++--- include/configs/stm32mp1.h | 5 - 3 files changed, 8 insertions(+), 8 deletions(-) dif