diff options
| author | Mugunthan V N <[email protected]> | 2015-09-28 12:56:31 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-10-22 14:43:57 -0400 |
| commit | fb41cd8775a1b1e1a520589a3aad2d7ceeac46ba (patch) | |
| tree | 5a66baaaf2fb8f4f4d6f2036fcdefe0c4f0bc716 | |
| parent | a9d6a7e23a67a7eb53f0c138868e2a3af8e37d25 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -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 117a1465b49..011239b63d2 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 |
