]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - cmd/ab_select.c
part: Drop disk_partition_t typedef
[thirdparty/u-boot.git] / cmd / ab_select.c
index 7c8f2ee8eb3acd29f0f9eeba85a5fe7117b8aaba..d0d957d4f9d67a653f63ecf030d84c1f2414e24e 100644 (file)
@@ -11,7 +11,7 @@ static int do_ab_select(cmd_tbl_t *cmdtp, int flag, int argc,
 {
        int ret;
        struct blk_desc *dev_desc;
-       disk_partition_t part_info;
+       struct disk_partition part_info;
        char slot[2];
 
        if (argc != 4)