dm: part: Rename some partition functions
Rename three partition functions so that they start with part_. This makes it clear what they relate to. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -117,7 +117,7 @@ static int load_rescue_image(ulong addr)
|
||||
|
||||
/* Detect partition */
|
||||
for (partno = -1, i = 0; i < 6; i++) {
|
||||
if (get_partition_info(stor_dev, i, &info) == 0) {
|
||||
if (part_get_info(stor_dev, i, &info) == 0) {
|
||||
if (fat_register_device(stor_dev, i) == 0) {
|
||||
/* Check if rescue image is present */
|
||||
FW_DEBUG("Looking for firmware directory '%s'"
|
||||
|
||||
Reference in New Issue
Block a user