diff mbox

[U-Boot,9/9] defconfig: am335x_gp_evm: enable NAND driver model

Message ID 1459510190-26306-10-git-send-email-mugunthanvnm@ti.com
State Changes Requested
Delegated to: Simon Glass
Headers show

Commit Message

Mugunthan V N April 1, 2016, 11:29 a.m. UTC
Enable NAND driver model for am335x_gp_evm as omap_gpmc supports
driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/am335x_gp_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Simon Glass April 20, 2016, 2:39 p.m. UTC | #1
On 1 April 2016 at 05:29, Mugunthan V N <mugunthanvnm@ti.com> wrote:
> Enable NAND driver model for am335x_gp_evm as omap_gpmc supports
> driver model.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> ---
>  configs/am335x_gp_evm_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/configs/am335x_gp_evm_defconfig b/configs/am335x_gp_evm_defconfig
index 0c7eda7..5c00bbb 100644
--- a/configs/am335x_gp_evm_defconfig
+++ b/configs/am335x_gp_evm_defconfig
@@ -21,3 +21,5 @@  CONFIG_OMAP_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_GADGET=y
 CONFIG_RSA=y
+CONFIG_NAND=y
+CONFIG_DM_NAND=y