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/apalis-tk1_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/apalis-tk1_defconfig')
-rw-r--r-- | configs/apalis-tk1_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig index 74cea3170e..9179aaf92f 100644 --- a/configs/apalis-tk1_defconfig +++ b/configs/apalis-tk1_defconfig @@ -24,10 +24,8 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_NFS is not set CONFIG_CMD_EXT4_WRITE=y CONFIG_SPL_DM=y -# CONFIG_BLK is not set CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y -# CONFIG_DM_MMC_OPS is not set CONFIG_TEGRA124_MMC_DISABLE_EXT_LOOPBACK=y CONFIG_E1000=y CONFIG_PCI=y |