commit | 13c2c29f2150f87448ad42b37d995bf32b5c753e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 13:52:30 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 65333e1eec999d760682765b6913d9ec0d94abb5 | |
parent | 11f2bb686157b95bf402cd4e16f65f30d52caab0 [diff] |
dm: blk: Add functions to select a hardware partition The block device uclass does not currently support selecting a particular hardware partition but this is needed for MMC. Add it so that the blk API can support MMC properly. Signed-off-by: Simon Glass <sjg@chromium.org>