commit | 367b3aca2720e47ec304001513695591bbd442dd | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Jun 26 16:36:15 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 27 16:31:30 2017 +0800 |
tree | 137855067bd0e1c6413fb6cbe4341a531cf9ef88 | |
parent | 28bd0b99eaf1afa56020d543175c190f85bbb496 [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>