commit | 2cb61c1655a2473036e6dce25386281ca7e10e9f | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri Jul 15 07:14:22 2016 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 28 13:27:17 2016 +0200 |
tree | 5dd108a23870795e870362583932658ea0e026c3 | |
parent | 7783c615ccce5496fb20b0f8682011ed4e974008 [diff] [blame] |
imx: ventana: make RS232 enable board specific Not all Ventana boards have an RS232 transceiver, make it board specific. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h index d037767..389d3aa 100644 --- a/board/gateworks/gw_ventana/common.h +++ b/board/gateworks/gw_ventana/common.h
@@ -78,6 +78,8 @@ int usb_sel; int wdis; int msata_en; + int rs232_en; + /* various features */ bool usd_vsel; };