RE: [PATCH 2/2] configs: stm32mp15: activate CMD_EXPORTENV

2020-10-21 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: jeudi 15 octobre 2020 14:32 > > Activate CONFIG_CMD_EXPORTENV to accept the command "env export". > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 1 - > configs/stm32mp15_trusted_defconfig | 1 - > 2 files changed, 2 de

Re: [Uboot-stm32] [PATCH 2/2] configs: stm32mp15: activate CMD_EXPORTENV

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/15/20 2:31 PM, Patrick Delaunay wrote: > Activate CONFIG_CMD_EXPORTENV to accept the command "env export". > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 1 - > configs/stm32mp15_trusted_defconfig | 1 - > 2 files changed, 2 deletions(-) > >

[PATCH 2/2] configs: stm32mp15: activate CMD_EXPORTENV

2020-10-15 Thread Patrick Delaunay
Activate CONFIG_CMD_EXPORTENV to accept the command "env export". Signed-off-by: Patrick Delaunay --- configs/stm32mp15_basic_defconfig | 1 - configs/stm32mp15_trusted_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_