Re: [U-Boot] [PATCH v2 21/40] env: Move set_default_vars to env.h

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:46:56AM -0600, Simon Glass wrote: > Move this function to the new header file and rename it so it has an env_ > prefix. > > Acked-by: Joe Hershberger > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature __

[U-Boot] [PATCH v2 21/40] env: Move set_default_vars to env.h

2019-08-01 Thread Simon Glass
Move this function to the new header file and rename it so it has an env_ prefix. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- Changes in v2: None cmd/nvedit.c | 2 +- env/common.c | 2 +- include/env.h | 11 +++ include/environment.h | 3 ---