]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: env: mmc: Convert env_mmc to support CONFIG_BLK
authorSimon Glass <sjg@chromium.org>
Sat, 14 May 2016 20:03:03 +0000 (14:03 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 27 May 2016 16:23:08 +0000 (10:23 -0600)
commit5461acba44b7da8292ba2cbeaf961279d9b8c187
tree3236da201a4e8217b21aa52c047d3e75523a7426
parent3c2d75269cb4c94c445be2f77adcbca4add70893
dm: env: mmc: Convert env_mmc to support CONFIG_BLK

Update the MMC environment code so that it works with driver-model enabled
for block devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/env_mmc.c