Reorganize NAND flash table

- added manufacturer field
- name moved to the end for better text alignment
This commit is contained in:
Damjan Marion
2011-05-23 13:25:27 +02:00
committed by Øyvind Harboe
parent 73988aea1f
commit acdf14eb43
2 changed files with 69 additions and 64 deletions

View 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