diff mbox

[U-Boot,v2,15/15] defconfig: am335x_evm: enable NAND driver model

Message ID 20170131213717.30745-16-grygorii.strashko@ti.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Grygorii Strashko Jan. 31, 2017, 9:37 p.m. UTC
From: Mugunthan V N <mugunthanvnm@ti.com>

Enable NAND driver model for am335x_evm as omap_gpmc supports
driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 configs/am335x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index ab7b9aa..6f624e9 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -58,3 +58,4 @@  CONFIG_G_DNL_VENDOR_NUM=0x0451
 CONFIG_G_DNL_PRODUCT_NUM=0xd022
 CONFIG_RSA=y
 CONFIG_SPL_OF_LIBFDT=y
+CONFIG_DM_NAND=y