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

2020-07-31 Thread Tom Rini
On Tue, Jul 28, 2020 at 11:51:16AM +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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2020-07-28 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 --- (no changes since v3) 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