From fd10b3b176ee8b6ddcc45cd00f6be143c6c1bcf6 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Mon, 4 Feb 2019 13:10:52 -0800 Subject: imx: ventana: skip nand init for nandless boards Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/gateworks/gw_ventana/common.h') 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]; -- cgit v1.2.3