diff options
author | Simon Glass | 2017-04-23 20:02:11 -0600 |
---|---|---|
committer | Simon Glass | 2017-06-01 07:03:05 -0600 |
commit | 0e513e788ff7df8c68525c8bf952eb9ef9ab7482 (patch) | |
tree | b5f2a7d4c2f7e35d38511086ea53b400840889b5 /configs/trimslice_defconfig | |
parent | 854f9a71f594555858cdffce18f6183a75d1d730 (diff) |
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/trimslice_defconfig')
-rw-r--r-- | configs/trimslice_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/trimslice_defconfig b/configs/trimslice_defconfig index e4074a0bd7c..cb42ac559ab 100644 --- a/configs/trimslice_defconfig +++ b/configs/trimslice_defconfig @@ -24,8 +24,6 @@ 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_DM_MMC_OPS is not set CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_RTL8169=y |