|
@@ -17,6 +17,7 @@
|
|
* Setting this flag will allow the kernel to
|
|
* Setting this flag will allow the kernel to
|
|
* look for it at boot time and also skip the NAND
|
|
* look for it at boot time and also skip the NAND
|
|
* scan.
|
|
* scan.
|
|
|
|
+ * @options: Default value to set into 'struct nand_chip' options.
|
|
* @nr_chips: Number of chips in this set
|
|
* @nr_chips: Number of chips in this set
|
|
* @nr_partitions: Number of partitions pointed to by @partitions
|
|
* @nr_partitions: Number of partitions pointed to by @partitions
|
|
* @name: Name of set (optional)
|
|
* @name: Name of set (optional)
|
|
@@ -31,6 +32,7 @@ struct s3c2410_nand_set {
|
|
unsigned int disable_ecc:1;
|
|
unsigned int disable_ecc:1;
|
|
unsigned int flash_bbt:1;
|
|
unsigned int flash_bbt:1;
|
|
|
|
|
|
|
|
+ unsigned int options;
|
|
int nr_chips;
|
|
int nr_chips;
|
|
int nr_partitions;
|
|
int nr_partitions;
|
|
char *name;
|
|
char *name;
|