commit | 4bfd1f5d626778dd17f9827e5c462cc2697e0e90 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:43 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 330bf6736371dbc158c9d4be7767df526ed8c4cf | |
parent | 3a7d55716d6bfe5122de9692383357344fff2a94 [diff] |
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>
diff --git a/board/tcl/sl50/board.c b/board/tcl/sl50/board.c index 6bb6482..8ddbee5 100644 --- a/board/tcl/sl50/board.c +++ b/board/tcl/sl50/board.c
@@ -8,6 +8,7 @@ */ #include <common.h> +#include <env.h> #include <errno.h> #include <spl.h> #include <asm/arch/cpu.h>