summaryrefslogtreecommitdiff
path: root/include/bootcount.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:46:47 +0300
committerTom Rini <trini@konsulko.com>2019-08-11 23:43:41 +0300
commit168068fb3d7da3d95bf37b21f39347f48d38497f (patch)
treef67394a7a39bb129368ba8df6c7978f4b0a0c344 /include/bootcount.h
parentc7694dd4837ba12db3bcda872a1047a44566e0e8 (diff)
downloadu-boot-168068fb3d7da3d95bf37b21f39347f48d38497f.tar.xz
env: Move env_set_ulong() to env.h
Move env_set_ulong() 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 'include/bootcount.h')
-rw-r--r--include/bootcount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bootcount.h b/include/bootcount.h
index daee84316c..8fa8cf8218 100644
--- a/include/bootcount.h
+++ b/include/bootcount.h
@@ -9,6 +9,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/byteorder.h>
+#include <env.h>
#ifdef CONFIG_DM_BOOTCOUNT