summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:46:50 +0300
committerTom Rini <trini@konsulko.com>2019-08-11 23:43:41 +0300
commitcdbff9fc4002fdd47181088d5abe90e5f2fa1904 (patch)
tree833d690735da8fe451d8efd805c0c8ae4d0da50c /common
parent6bf6dbee0111d40b4b37799d24eed8b6af7d7b29 (diff)
downloadu-boot-cdbff9fc4002fdd47181088d5abe90e5f2fa1904.tar.xz
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 'common')
-rw-r--r--common/image-fdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c
index e70da3dcb3..4247dcee0c 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -11,6 +11,7 @@
#include <common.h>
#include <fdt_support.h>
#include <fdtdec.h>
+#include <env.h>
#include <errno.h>
#include <image.h>
#include <linux/libfdt.h>