diff options
author | Yinbo Zhu <yinbo.zhu@nxp.com> | 2019-10-15 17:20:52 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-25 11:54:27 +0530 |
commit | 83309ef3d8abe12d5258ee69ac2e64627111dcdc (patch) | |
tree | beb6612c52d94e2076a5bfe7028e3669a4367edd /configs/P2041RDB_SDCARD_defconfig | |
parent | 02504ef07ece7a96df3e6253b26d65d0aa3135df (diff) | |
download | u-boot-83309ef3d8abe12d5258ee69ac2e64627111dcdc.tar.gz u-boot-83309ef3d8abe12d5258ee69ac2e64627111dcdc.tar.bz2 u-boot-83309ef3d8abe12d5258ee69ac2e64627111dcdc.zip |
configs: enable eSDHC device module for P2041RDB board
Enable eSDHC device module for P2041RDB board
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P2041RDB_SDCARD_defconfig')
-rw-r--r-- | configs/P2041RDB_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2041RDB_SDCARD_defconfig b/configs/P2041RDB_SDCARD_defconfig index a09a0b8aa1..bb0cdf77a3 100644 --- a/configs/P2041RDB_SDCARD_defconfig +++ b/configs/P2041RDB_SDCARD_defconfig @@ -55,3 +55,4 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_DM_MMC=y |