|
@@ -170,7 +170,6 @@ typedef enum {
|
|
|
/* Chip does not allow subpage writes */
|
|
|
#define NAND_NO_SUBPAGE_WRITE 0x00000200
|
|
|
|
|
|
-
|
|
|
/* Options valid for Samsung large page devices */
|
|
|
#define NAND_SAMSUNG_LP_OPTIONS \
|
|
|
(NAND_NO_PADDING | NAND_CACHEPRG | NAND_COPYBACK)
|
|
@@ -196,6 +195,9 @@ typedef enum {
|
|
|
/* This option is defined if the board driver allocates its own buffers
|
|
|
(e.g. because it needs them DMA-coherent */
|
|
|
#define NAND_OWN_BUFFERS 0x00040000
|
|
|
+/* Chip may not exist, so silence any errors in scan */
|
|
|
+#define NAND_SCAN_SILENT_NODEV 0x00080000
|
|
|
+
|
|
|
/* Options set by nand scan */
|
|
|
/* Nand scan has allocated controller struct */
|
|
|
#define NAND_CONTROLLER_ALLOC 0x80000000
|