diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-09-28 12:56:31 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:43:57 -0400 |
commit | fb41cd8775a1b1e1a520589a3aad2d7ceeac46ba (patch) | |
tree | 5a66baaaf2fb8f4f4d6f2036fcdefe0c4f0bc716 /configs | |
parent | a9d6a7e23a67a7eb53f0c138868e2a3af8e37d25 (diff) | |
download | u-boot-imx-fb41cd8775a1b1e1a520589a3aad2d7ceeac46ba.zip u-boot-imx-fb41cd8775a1b1e1a520589a3aad2d7ceeac46ba.tar.gz u-boot-imx-fb41cd8775a1b1e1a520589a3aad2d7ceeac46ba.tar.bz2 |
defconfig: am335x: bbb: enable mmc driver model
enable mmc driver model for am335x bbb as omap_hsmmc
supports driver model
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am335x_boneblack_vboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index 117a146..011239b 100644 --- a/configs/am335x_boneblack_vboot_defconfig +++ b/configs/am335x_boneblack_vboot_defconfig @@ -14,3 +14,4 @@ CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT,ENABLE_VBOOT" CONFIG_OF_CONTROL=y CONFIG_SPI_FLASH=y CONFIG_DM_ETH=y +CONFIG_DM_MMC=y |