summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gsc.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-05-08 18:28:36 -0700
committerStefano Babic <sbabic@denx.de>2015-05-15 19:21:25 +0200
commit2d833c8528afa1d080f29597bae732c6d048c316 (patch)
tree61d14a8706b47d0c4a5df3340100990f79ceb71c /board/gateworks/gw_ventana/gsc.h
parente56c5791afae91c0950875d4df2ad1fcc14702a6 (diff)
downloadu-boot-imx-2d833c8528afa1d080f29597bae732c6d048c316.zip
u-boot-imx-2d833c8528afa1d080f29597bae732c6d048c316.tar.gz
u-boot-imx-2d833c8528afa1d080f29597bae732c6d048c316.tar.bz2
imx: ventana: move GSC boot watchdog disable function to gsc.c
Move the code that disables the GSC boot watchdog into gsc.c Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/gsc.h')
-rw-r--r--board/gateworks/gw_ventana/gsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gsc.h b/board/gateworks/gw_ventana/gsc.h
index 2d4969e..e0c0ed0 100644
--- a/board/gateworks/gw_ventana/gsc.h
+++ b/board/gateworks/gw_ventana/gsc.h
@@ -66,5 +66,6 @@ enum {
int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len);
int gsc_i2c_write(uchar chip, uint addr, int alen, uchar *buf, int len);
int gsc_info(int verbose);
+int gsc_boot_wd_disable(void);
#endif