commit | 0af6e2dbf17df5a5fc826f4039fedf6b3a4fce0e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:52 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 568a39b82f10fabc191cfe6da0fa6e17c251bd08 | |
parent | 5e6201bfdb701467cf6c57e2499fe3ed63b40c75 [diff] [blame] |
env: Move env_get() to env.h Move env_get() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/renesas/silk/silk.c b/board/renesas/silk/silk.c index 59ba262..bda6a41 100644 --- a/board/renesas/silk/silk.c +++ b/board/renesas/silk/silk.c
@@ -7,6 +7,7 @@ */ #include <common.h> +#include <env.h> #include <malloc.h> #include <dm.h> #include <dm/platform_data/serial_sh.h>