]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: Move get_env_id() to env.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:41 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commitf1f0ae6a9ce7f4bd148daac233a70a065623d3dd
treefb3943ddae06d279a8493f596aba1dc5cbc39f03
parentaf95f2061aee57ce76e1d62a6962724cc5a849a8
env: Move get_env_id() to env.h

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 <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
cmd/nvedit.c
drivers/net/netconsole.c
include/common.h
include/env.h
net/eth_common.c