
Nack These Changes already done. See Yangbo Lu patch: < 60742bfb53178ae1b80242a8028d3d91479d092d>
--Priyanka
-----Original Message----- From: Yinbo Zhu yinbo.zhu@nxp.com Sent: Thursday, September 12, 2019 1:05 PM To: Albert Aribaud albert.u.boot@aribaud.net; Priyanka Jain priyanka.jain@nxp.com; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; Rajesh Bhagat rajesh.bhagat@nxp.com; Sumit Garg sumit.garg@nxp.com; Sudhanshu Gupta sudhanshu.gupta@nxp.com; Harninder Rai harninder.rai@nxp.com; Andy Tang andy.tang@nxp.com; Jaehoon Chung jh80.chung@samsung.com; Y.b. Lu yangbo.lu@nxp.com; Peng Fan peng.fan@nxp.com; u-boot@lists.denx.de Cc: Yinbo Zhu yinbo.zhu@nxp.com; Xiaobo Xie xiaobo.xie@nxp.com; Jiafei Pan jiafei.pan@nxp.com; York Sun york.sun@nxp.com; Kuldeep Singh kuldeep.singh@nxp.com; Laurentiu Tudor laurentiu.tudor@nxp.com; Pankit Garg pankit.garg@nxp.com; Sriram Dash sriram.dash@nxp.com; Ran Wang ran.wang_1@nxp.com; Pankaj Bansal pankaj.bansal@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com; Angelo Dureghello angelo@sysam.it; Martyn Welch martyn.welch@collabora.com Subject: [PATCH v2 8/8] mmc: fsl_esdhc: enable CONFIG_FSL_ESDHC in ls1028ardb config
This patch is to enable CONFIG_FSL_ESDHC in ls1028ardb config
Signed-off-by: Yinbo Zhu yinbo.zhu@nxp.com
Change in v2: for this patch series add this patch to enable CONFIG_FSL_ESDHC
configs/ls1028ardb_tfa_defconfig | 1 + include/configs/ls1028a_common.h | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/configs/ls1028ardb_tfa_defconfig b/configs/ls1028ardb_tfa_defconfig index c15427f12f..0b29bd19f4 100644 --- a/configs/ls1028ardb_tfa_defconfig +++ b/configs/ls1028ardb_tfa_defconfig @@ -65,4 +65,5 @@ CONFIG_WDT=y CONFIG_WDT_SP805=y CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK=y CONFIG_MMC_HS200_SUPPORT=y +CONFIG_FSL_ESDHC=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 41ce4a054c..140cd63016 100644 --- a/include/configs/ls1028a_common.h +++ b/include/configs/ls1028a_common.h @@ -186,7 +186,6 @@
/* MMC */ #ifdef CONFIG_MMC -#define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif
@@ -200,12 +199,6 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
-/* MMC */ -#ifdef CONFIG_MMC -#define CONFIG_FSL_ESDHC -#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 -#endif
/* I2C bus multiplexer */ #define I2C_MUX_PCA_ADDR_PRI 0x77 /* Primary Mux*/
#define I2C_MUX_CH_DEFAULT 0x8
2.17.1