diff mbox series

[U-Boot,v1] configs: lx2160a: enable driver model for eSDHC

Message ID 20181010031503.47577-3-yinbo.zhu@nxp.com
State Accepted
Delegated to: Prabhakar Kushwaha
Headers show
Series [U-Boot,v1] configs: lx2160a: enable driver model for eSDHC | expand

Commit Message

Yinbo Zhu Oct. 10, 2018, 3:15 a.m. UTC
Enable driver model for eSDHC on lx2160a rdb board.

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 configs/lx2160ardb_defconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Prabhakar Kushwaha Feb. 20, 2019, 7:42 a.m. UTC | #1
> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Yinbo Zhu
> Sent: Wednesday, October 10, 2018 8:45 AM
> To: Yinbo Zhu <yinbo.zhu@nxp.com>; Y.b. Lu <yangbo.lu@nxp.com>; open
> list <u-boot@lists.denx.de>; yorksun@freescale.com
> Cc: Xiaobo Xie <xiaobo.xie@nxp.com>
> Subject: [U-Boot] [PATCH v1] configs: lx2160a: enable driver model for
> eSDHC
> 
> Enable driver model for eSDHC on lx2160a rdb board.
> 
> Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
> ---

Squashed lx2rdb platform patches  and applied to fsl-qoriq master, awaiting upstream.

--pk
diff mbox series

Patch

diff --git a/configs/lx2160ardb_defconfig b/configs/lx2160ardb_defconfig
index bc16085..3d577fc 100644
--- a/configs/lx2160ardb_defconfig
+++ b/configs/lx2160ardb_defconfig
@@ -35,6 +35,9 @@  CONFIG_NXP_FSPI=y
 CONFIG_PHYLIB=y
 CONFIG_NETDEVICES=y
 CONFIG_PHY_GIGE=y
+CONFIG_DM_MMC=y
+CONFIG_DM_MMC_OPS=n
+CONFIG_BLK=n
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_XHCI_HCD=y