commit | 79fd214525f37cc9be16d345f2fe2738d4de9835 | [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 | db22961346184fa453aec8b87e4d09e77f37d9bd [diff] [blame] |
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/ti/am335x/board.c b/board/ti/am335x/board.c index 2c32b92..58d09f7 100644 --- a/board/ti/am335x/board.c +++ b/board/ti/am335x/board.c
@@ -9,6 +9,7 @@ #include <common.h> #include <dm.h> +#include <env.h> #include <errno.h> #include <spl.h> #include <serial.h>