Re: [PATCH v3 03/14] env: sf: avoid space in backend name

2020-06-26 Thread Tom Rini
On Thu, Jun 25, 2020 at 09:59:47AM +0200, Patrick Delaunay wrote: > Remove space in ENV backend name for SPI Flash (SF) > to avoid issue with env select command. > > Signed-off-by: Patrick Delaunay Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH v3 03/14] env: sf: avoid space in backend name

2020-06-25 Thread Patrick Delaunay
Remove space in ENV backend name for SPI Flash (SF) to avoid issue with env select command. Signed-off-by: Patrick Delaunay --- Changes in v3: - new env/sf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/sf.c b/env/sf.c index 02ed846fc7..515ffd4f1d 100644 --- a/env/sf