summaryrefslogtreecommitdiff
path: root/cmd/elf.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:50 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commitcdbff9fc4002fdd47181088d5abe90e5f2fa1904 (patch)
tree833d690735da8fe451d8efd805c0c8ae4d0da50c /cmd/elf.c
parent6bf6dbee0111d40b4b37799d24eed8b6af7d7b29 (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>
Diffstat (limited to 'cmd/elf.c')
-rw-r--r--cmd/elf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/elf.c b/cmd/elf.c
index d883be4193..5e5cf47cf8 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>