]> git.sur5r.net Git - u-boot/blobdiff - fs/fs.c
spi: fsl_qspi: Fix issues on arm64
[u-boot] / fs / fs.c
diff --git a/fs/fs.c b/fs/fs.c
index 8515beabf51bc712b6d2fe56ba2e41b5e4b9afc5..595ff1fe69b5bc446ebd32c3d7badd7726348d63 100644 (file)
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -213,7 +213,7 @@ int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype)
        }
 #endif
 
-       part = get_device_and_partition(ifname, dev_part_str, &fs_dev_desc,
+       part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc,
                                        &fs_partition, 1);
        if (part < 0)
                return -1;