commit | cdbff9fc4002fdd47181088d5abe90e5f2fa1904 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:50 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 833d690735da8fe451d8efd805c0c8ae4d0da50c | |
parent | 6bf6dbee0111d40b4b37799d24eed8b6af7d7b29 [diff] |
env: Move env_get_hex() to env.h Move env_get_hex() over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/cmd/elf.c b/cmd/elf.c index d883be4..5e5cf47 100644 --- a/cmd/elf.c +++ b/cmd/elf.c
@@ -16,6 +16,7 @@ #include <common.h> #include <command.h> #include <elf.h> +#include <env.h> #include <environment.h> #include <net.h> #include <vxworks.h>