commit | 55877f933ff2a6038e6b75bd3c4b8f112000a58a | [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 | 5ee5796bd54514c4b3d42bb1c8b87c2658840f59 [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>