From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Fri, 1 Apr 2016 16:59:48 +0530 Subject: [U-Boot] [PATCH 7/9] defconfig: am437x_gp_evm: enable NAND driver model In-Reply-To: <1459510190-26306-1-git-send-email-mugunthanvnm@ti.com> References: <1459510190-26306-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <1459510190-26306-8-git-send-email-mugunthanvnm@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable NAND driver model for am437x_gp_evm as omap_gpmc supports driver model. Signed-off-by: Mugunthan V N --- configs/am437x_gp_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig index 356f6fd..e88c7d5 100644 --- a/configs/am437x_gp_evm_defconfig +++ b/configs/am437x_gp_evm_defconfig @@ -22,3 +22,5 @@ CONFIG_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_USB=y CONFIG_USB_GADGET=y +CONFIG_NAND=y +CONFIG_DM_NAND=y -- 2.8.0.rc3.9.g44915db