]> Git Repo - J-u-boot.git/commit - cmd/mmc.c
mmc: use block layer in mmc command
authorEric Nelson <[email protected]>
Sun, 27 Mar 2016 19:00:14 +0000 (12:00 -0700)
committerTom Rini <[email protected]>
Fri, 1 Apr 2016 21:18:28 +0000 (17:18 -0400)
commitbcfde7ffb0beff80dc9e2f689099b813f5f0e052
treeedeacfc551067c2f6336b76a843dd62d56200027
parente40cf34a29f1b248643731a11fb1c6f0520d016c
mmc: use block layer in mmc command

Call blk_dread, blk_dwrite, blk_derase to ensure that the block cache is
used if enabled and to remove build breakage when CONFIG_BLK is enabled.

Signed-off-by: Eric Nelson <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/mmc.c
This page took 0.027804 seconds and 4 git commands to generate.