diff options
author | Bin Meng | 2017-06-26 16:36:15 -0700 |
---|---|---|
committer | Bin Meng | 2017-06-27 16:31:30 +0800 |
commit | da2364cc14a0b34411c4a228ae687a23504afe04 (patch) | |
tree | 137855067bd0e1c6413fb6cbe4341a531cf9ef88 /arch/Kconfig | |
parent | 7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c (diff) |
Revert "x86: Convert MMC to driver model"
This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555.
With MMC converted to driver model, SCSI driver is broken due to
zero address access at (ops->read) in block_dread() function.
The fix (SCSI driver converted to DM) is ready in u-boot-dm branch,
but it is too late for this relese to get that in.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index e44767113db..d04ab9f177c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -96,7 +96,6 @@ config X86 select DM_SPI select DM_SPI_FLASH select USB_EHCI_HCD - select DM_MMC if MMC imply CMD_FPGA_LOADMK imply CMD_GETTIME imply CMD_IO |