diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:46:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 16:43:41 -0400 |
commit | 6bf6dbee0111d40b4b37799d24eed8b6af7d7b29 (patch) | |
tree | d208767aba325d564900dbf369d04ec3093539db /board/gateworks | |
parent | 9eef56dbe34596b403e8c476c2e30ed697638f77 (diff) | |
download | u-boot-6bf6dbee0111d40b4b37799d24eed8b6af7d7b29.tar.gz |
env: Move env_get_yesno() to env.h
Move env_get_yesno() 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 'board/gateworks')
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c index 740fc57b91..6886ff9b33 100644 --- a/board/gateworks/gw_ventana/gw_ventana_spl.c +++ b/board/gateworks/gw_ventana/gw_ventana_spl.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <env.h> #include <asm/io.h> #include <asm/arch/crm_regs.h> #include <asm/arch/mx6-ddr.h> |