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

2019-08-13 Thread Tom Rini
On Thu, Aug 01, 2019 at 09:46:41AM -0600, Simon Glass wrote: > Move this function over to the new header file. Also rename it to have an > env_ prefix like the other functions. > > Signed-off-by: Simon Glass > Acked-by: Joe Hershberger Applied to u-boot/master, thanks! -- Tom signature.asc

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

2019-08-01 Thread Simon Glass
Move this function over to the new header file. Also rename it to have an env_ prefix like the other functions. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- Changes in v2: None cmd/nvedit.c | 5 +++-- drivers/net/netconsole.c | 5 +++-- include/common.h | 2