]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/part.h
Fix ext2/ext4 filesystem accesses beyond 2TiB
[karo-tx-uboot.git] / include / part.h
index 35c1c5b5f58bf54f573ac696c550ccad385731ea..8e31e75a615e7ef5cbcd33c1f951beac9d8ff035 100644 (file)
@@ -97,8 +97,8 @@ typedef struct block_dev_desc {
 #define DEV_TYPE_OPDISK                0x07    /* optical disk */
 
 typedef struct disk_partition {
-       ulong   start;          /* # of first block in partition        */
-       ulong   size;           /* number of blocks in partition        */
+       lbaint_t        start;  /* # of first block in partition        */
+       lbaint_t        size;   /* number of blocks in partition        */
        ulong   blksz;          /* block size in bytes                  */
        uchar   name[32];       /* partition name                       */
        uchar   type[32];       /* string type description              */