Skip to content
Commit 07858dd8 authored by Haojian Zhuang's avatar Haojian Zhuang
Browse files

drivers/mmc: make mmc_ext_csd aligned with 16 char



DMA is always used in mmc driver. So the buffer address should
always follow the DMA limitation.

There're same requirement in mmc_read_blocks()/mmc_write_blocks()
on parameter buf. Since parameter buf comes from io_block driver,
it's already handled in io_block driver.

At here, just make the minimum address alignment on 16 chars.

Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent ea315a69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment