Re: [Uboot-stm32] [PATCH 16/16] configs: stm32mp1: activate CONFIG_ERRNO_STR

2020-04-01 Thread Patrice CHOTARD
Hi Patrick On 3/31/20 6:04 PM, Patrick Delaunay wrote: > Add support of errno_str, used in command pmic and regulator. > > Signed-off-by: Patrick Delaunay > --- > > configs/stm32mp15_basic_defconfig | 1 + > configs/stm32mp15_trusted_defconfig | 1 + > 2 files changed, 2 insertions(+) > > diff

[PATCH 16/16] configs: stm32mp1: activate CONFIG_ERRNO_STR

2020-03-31 Thread Patrick Delaunay
Add support of errno_str, used in command pmic and regulator. 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_basic_def