summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:44 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit3f989e7b0e43402d0a50e19939e4f57374319734 (patch)
tree7e225bdfdeed2562cf00c8c9a5ee9e3757b41261 /common
parent4bfd1f5d626778dd17f9827e5c462cc2697e0e90 (diff)
env: Move env_relocate() to env.h
Move env_relocate() 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/board_r.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 84aec7fc71..99b128571e 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -18,6 +18,7 @@
#include <command.h>
#include <console.h>
#include <dm.h>
+#include <env.h>
#include <environment.h>
#include <fdtdec.h>
#include <ide.h>