diff options
author | Tim Harvey <tharvey@gateworks.com> | 2019-02-04 13:10:52 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-02-15 22:01:15 +0100 |
commit | fd10b3b176ee8b6ddcc45cd00f6be143c6c1bcf6 (patch) | |
tree | 071742cab7a54d479c977fe5abd3444d018121d0 /board/gateworks/gw_ventana/common.h | |
parent | b81c07bcc372fd6baeaf672660028d95439f329d (diff) | |
download | u-boot-fd10b3b176ee8b6ddcc45cd00f6be143c6c1bcf6.tar.gz |
imx: ventana: skip nand init for nandless boards
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/common.h')
-rw-r--r-- | board/gateworks/gw_ventana/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h index 027e972280..5cec01c838 100644 --- a/board/gateworks/gw_ventana/common.h +++ b/board/gateworks/gw_ventana/common.h @@ -80,6 +80,7 @@ struct ventana { int mmc_cd; /* various features */ bool usd_vsel; + bool nand; }; extern struct ventana gpio_cfg[GW_UNKNOWN]; |