Reorganize NAND flash table
- added manufacturer field - name moved to the end for better text alignment
This commit is contained in:
committed by
Øyvind Harboe
parent
73988aea1f
commit
acdf14eb43
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user