Hi, This patch series has a minor change, that is p4080 dts add ";" fix that node. And please help merge it to upstream.
Regards, Yinbo -----Original Message----- From: Yinbo Zhu <[email protected]> Sent: 2019年10月15日 17:21 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 X <[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 v3 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 df308d4..d213775 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 9cf2c6a..6fd495e 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.9.5 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

