mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Removing FLexSPI NOR driver
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
177ff946b8
commit
f57ff30545
@@ -91,7 +91,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
struct qspi_dev_s; /* Forward reference */
|
||||
struct flexspi_dev_s; /* Forward reference */
|
||||
|
||||
/* The following defines the geometry for the device. It treats the device
|
||||
* as though it were just an array of fixed size blocks. That is most likely
|
||||
@@ -595,18 +594,6 @@ FAR struct mtd_dev_s *n25qxxx_initialize(FAR struct qspi_dev_s *qspi,
|
||||
FAR struct mtd_dev_s *w25qxxxjv_initialize(FAR struct qspi_dev_s *qspi,
|
||||
bool unprotect);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: flexspi_nor_initialize
|
||||
*
|
||||
* Description:
|
||||
* Create an initialized MTD device instance for the FlexSPI-based
|
||||
* FLASH part.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
FAR struct mtd_dev_s *flexspi_nor_initialize(FAR struct flexspi_dev_s
|
||||
*flexspi, bool unprotect);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: blockmtd_initialize
|
||||
*
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user