aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gw_ventana_spl.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:43 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit4bfd1f5d626778dd17f9827e5c462cc2697e0e90 (patch)
tree330bf6736371dbc158c9d4be7767df526ed8c4cf /board/gateworks/gw_ventana/gw_ventana_spl.c
parent3a7d55716d6bfe5122de9692383357344fff2a94 (diff)
downloadu-boot-4bfd1f5d626778dd17f9827e5c462cc2697e0e90.zip
u-boot-4bfd1f5d626778dd17f9827e5c462cc2697e0e90.tar.gz
u-boot-4bfd1f5d626778dd17f9827e5c462cc2697e0e90.tar.bz2
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>
Diffstat (limited to 'board/gateworks/gw_ventana/gw_ventana_spl.c')
-rw-r--r--board/gateworks/gw_ventana/gw_ventana_spl.c1
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 eaf7aa9..740fc57 100644
--- a/board/gateworks/gw_ventana/gw_ventana_spl.c
+++ b/board/gateworks/gw_ventana/gw_ventana_spl.c
@@ -13,6 +13,7 @@
#include <asm/mach-imx/boot_mode.h>
#include <asm/mach-imx/iomux-v3.h>
#include <asm/mach-imx/mxc_i2c.h>
+#include <env.h>
#include <environment.h>
#include <i2c.h>
#include <spl.h>