]> git.sur5r.net Git - u-boot/blobdiff - include/linux/mtd/partitions.h
nand: Move the sub-page read support enable to a flag
[u-boot] / include / linux / mtd / partitions.h
index 10166757bc1c0bffdac96b10b65c6432ca11e5b7..d1d9a96d583f89fccfb7f1cfc5c2c55369467385 100644 (file)
@@ -38,8 +38,8 @@
 
 struct mtd_partition {
        char *name;                     /* identifier string */
-       u_int32_t size;                 /* partition size */
-       u_int32_t offset;               /* offset within the master MTD space */
+       uint64_t size;                  /* partition size */
+       uint64_t offset;                /* offset within the master MTD space */
        u_int32_t mask_flags;           /* master MTD flags to mask out for this partition */
        struct nand_ecclayout *ecclayout;       /* out of band layout for this partition (NAND only)*/
        struct mtd_info **mtdp;         /* pointer to store the MTD object */