Re: [U-Boot] [PATCH v2 10/40] env: Move envmatch() to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:46:45AM -0600, Simon Glass wrote: > Move envmatch() over to the new header file. Also rename it to env_match() > to better line up with other functions. > > Signed-off-by: Simon Glass > Acked-by: Joe Hershberger Applied to u-boot/master, thanks! -- Tom

[U-Boot] [PATCH v2 10/40] env: Move envmatch() to env.h

2019-08-01 Thread Simon Glass
Move envmatch() over to the new header file. Also rename it to env_match() to better line up with other functions. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- Changes in v2: None cmd/nvedit.c| 12 ++-- examples/api/glue.c | 3 ++- include/common.h| 3 ---