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/plutux_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/plutux_defconfig')
-rw-r--r-- | configs/plutux_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/plutux_defconfig b/configs/plutux_defconfig index f0fdde713a1..46d30fdf51f 100644 --- a/configs/plutux_defconfig +++ b/configs/plutux_defconfig @@ -22,8 +22,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_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y |