|
@@ -198,6 +198,7 @@ struct onenand_chip {
|
|
#define ONENAND_SKIP_UNLOCK_CHECK (0x0100)
|
|
#define ONENAND_SKIP_UNLOCK_CHECK (0x0100)
|
|
#define ONENAND_PAGEBUF_ALLOC (0x1000)
|
|
#define ONENAND_PAGEBUF_ALLOC (0x1000)
|
|
#define ONENAND_OOBBUF_ALLOC (0x2000)
|
|
#define ONENAND_OOBBUF_ALLOC (0x2000)
|
|
|
|
+#define ONENAND_SKIP_INITIAL_UNLOCKING (0x4000)
|
|
|
|
|
|
#define ONENAND_IS_4KB_PAGE(this) \
|
|
#define ONENAND_IS_4KB_PAGE(this) \
|
|
(this->options & ONENAND_HAS_4KB_PAGE)
|
|
(this->options & ONENAND_HAS_4KB_PAGE)
|