commit | 07dc93c4e1307e6b3e4b388c416f50c846062e53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:47 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | f67394a7a39bb129368ba8df6c7978f4b0a0c344 | |
parent | 313112a36f010780d44df983a7553ef21238de46 [diff] [blame] |
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>
diff --git a/include/bootcount.h b/include/bootcount.h index daee843..8fa8cf8 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