commit | 9601775baaed12bff51e36e77c57f6caa7546737 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Dec 10 15:49:28 2021 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Dec 18 12:05:19 2021 +0100 |
tree | 751c8964fc119fb02b220c17a2d1010d46d50967 | |
parent | 15997ea9ff1cce242cfccb1e57ee8108ca1f3e37 [diff] |
part: call part_init() in blk_get_device_by_str() only for MMC In blk_get_device_by_str(), the comment says: "Updates the partition table for the specified hw partition." Since hw partition is supported only on MMC, it makes no sense to do so for other devices. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>