commit | ceb54dc0a96c29a728b108240baf5c7bcc747bda | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@linaro.org> | Tue Jul 17 14:33:26 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 24 09:25:23 2018 -0400 |
tree | 3acb8b2c00534b8bdaf6564ccbf5fd3bb30f3401 | |
parent | e0df0351b1ae3b27cbe48467e6a86b2135d88582 [diff] |
avb2.0: use block API in AVB ops Use blk_dread()/blk_dwrite() in mmc_read()/mmc_write() AVB operation implementations. This fixes compilation issues when CONFIG_BLK is enabled. Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org> Tested-by: Eugeniu Rosca <rosca.eugeniu@gmail.com>