diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-23 20:02:11 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 07:03:05 -0600 |
commit | 0e513e788ff7df8c68525c8bf952eb9ef9ab7482 (patch) | |
tree | b5f2a7d4c2f7e35d38511086ea53b400840889b5 /configs/venice2_defconfig | |
parent | 854f9a71f594555858cdffce18f6183a75d1d730 (diff) | |
download | u-boot-0e513e788ff7df8c68525c8bf952eb9ef9ab7482.tar.gz |
tegra: Convert MMC to use driver model for operations
Enable CONFIG_DM_MMC_OPS and CONFIG_BLK for all Tegra devices. This moves
Tegra to use driver model fully for MMC.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/venice2_defconfig')
-rw-r--r-- | configs/venice2_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/venice2_defconfig b/configs/venice2_defconfig index 97960e720e..e4a48ec08b 100644 --- a/configs/venice2_defconfig +++ b/configs/venice2_defconfig @@ -26,11 +26,9 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SPL_DM=y -# CONFIG_BLK is not set CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_DFU_SF=y -# CONFIG_DM_MMC_OPS is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_SYS_NS16550=y |