commit | ec124ce1aa598d9c2ec8714c398c38c2d01a7c89 | [log] [tgz] |
---|---|---|
author | Xu Ziyuan <xzy.xu@rock-chips.com> | Wed Jun 15 16:56:18 2016 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 11 14:06:44 2016 -0600 |
tree | 8f16b1dc3a57e48e2d703ab26c6c89c52949ab2b | |
parent | 47ca9fcd9c1ecc1696733ff425b8a5d45761e618 [diff] |
common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV This fixes the following compiler error: common/fb_mmc.c: In function ‘fb_mmc_erase’: common/fb_mmc.c:209:17: error: ‘struct blk_desc’ has no member named ‘block_erase’ Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>