commit | 1e2b3ef8653417f296ee23f32c28abfc086529dd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 05 17:10:18 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 27 14:15:54 2016 -0600 |
tree | cd47fb2bd26d4fbd3c6fdc8561de7c39b80aabe1 | |
parent | c9f3c5f9c36127c4221bec7d790d44503d4da5a3 [diff] |
dm: spl: mmc: Support raw partitions with CONFIG_BLK Fix up the call in mmc_load_image_raw_partition() to use the correct function to obtain the MMC device, so that this code can support driver model. Signed-off-by: Simon Glass <sjg@chromium.org>