]> git.sur5r.net Git - openocd/blobdiff - src/flash/nand/core.h
mx2: add error propagation and remove warnings
[openocd] / src / flash / nand / core.h
index 73fd0edd118703179c3a687811086249ef726db3..8a76d487bdcd50047c5d45a2d26e7e3f260a94e5 100644 (file)
@@ -97,12 +97,13 @@ struct nand_manufacturer
 
 struct nand_info
 {
-       const char *name;
+       int mfr_id;
        int id;
        int page_size;
        int chip_size;
        int erase_size;
        int options;
+       const char *name;
 };
 
 /* Option constants for bizarre disfunctionality and real features