summaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:46:43 +0300
committerTom Rini <trini@konsulko.com>2019-08-11 23:43:41 +0300
commit4bfd1f5d626778dd17f9827e5c462cc2697e0e90 (patch)
tree330bf6736371dbc158c9d4be7767df526ed8c4cf /common/board_f.c
parent3a7d55716d6bfe5122de9692383357344fff2a94 (diff)
downloadu-boot-4bfd1f5d626778dd17f9827e5c462cc2697e0e90.tar.xz
env: Move env_init() to env.h
Move env_init() 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/board_f.c')
-rw-r--r--common/board_f.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_f.c b/common/board_f.c
index 7d656fae6a..18937bf6f5 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -14,6 +14,7 @@
#include <console.h>
#include <cpu.h>
#include <dm.h>
+#include <env.h>
#include <environment.h>
#include <fdtdec.h>
#include <fs.h>