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

2019-07-30 Thread Joe Hershberger
On Sun, Jul 28, 2019 at 9:11 AM 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 ___ U-Boot mailing list U

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

2019-07-28 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 --- cmd/nvedit.c | 5 +++-- drivers/net/netconsole.c | 5 +++-- include/common.h | 2 -- include/env.h| 10 ++ ne