Hi Priyanka, I worried other ppc ip uboot dm patch will rely on my patch. Please help merge my patch to upstream asap,
Regards, Yinbo -----Original Message----- From: Yinbo Zhu <[email protected]> Sent: 2019年9月18日 10:52 To: Wolfgang Denk <[email protected]>; Priyanka Jain <[email protected]>; Shengzhou Liu <[email protected]>; [email protected] Cc: Yinbo Zhu <[email protected]>; Xiaobo Xie <[email protected]>; Jiafei Pan <[email protected]>; Prabhakar Kushwaha <[email protected]>; Bin Meng <[email protected]>; Simon Goldschmidt <[email protected]>; Adam Ford <[email protected]>; Patrick Delaunay <[email protected]>; Jeremy Gebben <[email protected]>; Joe Hershberger <[email protected]>; Y.b. Lu <[email protected]> Subject: [PATCH v2 20/20] configs: enable eSDHC device module for T4240RDB board Enable eSDHC device module for T4240RDB board Signed-off-by: Yinbo Zhu <[email protected]> --- configs/T4240RDB_SDCARD_defconfig | 1 + configs/T4240RDB_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/T4240RDB_SDCARD_defconfig b/configs/T4240RDB_SDCARD_defconfig index 7f97166860..61f786dc67 100644 --- a/configs/T4240RDB_SDCARD_defconfig +++ b/configs/T4240RDB_SDCARD_defconfig @@ -63,3 +63,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y diff --git a/configs/T4240RDB_defconfig b/configs/T4240RDB_defconfig index 81bd59566d..ee25f1fbaa 100644 --- a/configs/T4240RDB_defconfig +++ b/configs/T4240RDB_defconfig @@ -50,3 +50,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y -- 2.17.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

