commit | 9fb625ce05539fe6876a59ce1dcadb76b33c6f6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:51 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | c80c104efa35776e942d3772db3514debbd24e61 | |
parent | cdbff9fc4002fdd47181088d5abe90e5f2fa1904 [diff] [blame] |
env: Move env_set() to env.h Move env_set() 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/ti/panda/panda.c b/board/ti/panda/panda.c index f88aa4d..20199da 100644 --- a/board/ti/panda/panda.c +++ b/board/ti/panda/panda.c
@@ -11,6 +11,7 @@ #include <asm/arch/clock.h> #include <asm/arch/gpio.h> #include <asm/gpio.h> +#include <env.h> #include <twl6030.h> #include "panda_mux_data.h"