mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Back out M25P support -- its not ready yet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2939 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -421,7 +421,7 @@ defconfig -- This is a configuration file similar to the Linux
|
|||||||
CONFIG_PAGING_SDSLOT will instruct certain board-specific logic to
|
CONFIG_PAGING_SDSLOT will instruct certain board-specific logic to
|
||||||
initialize the media in this SD slot.
|
initialize the media in this SD slot.
|
||||||
CONFIG_PAGING_M25PX - Use the m25px.c FLASH driver. If this is selected,
|
CONFIG_PAGING_M25PX - Use the m25px.c FLASH driver. If this is selected,
|
||||||
then the MTD interface to the MP25x device will be used to support
|
then the MTD interface to the M25Px device will be used to support
|
||||||
paging.
|
paging.
|
||||||
CONFIG_PAGING_M25PX_BINOFFSET - If CONFIG_PAGING_M25PX is defined then
|
CONFIG_PAGING_M25PX_BINOFFSET - If CONFIG_PAGING_M25PX is defined then
|
||||||
CONFIG_PAGING_M25PX_BINOFFSET will be used to specify the offset
|
CONFIG_PAGING_M25PX_BINOFFSET will be used to specify the offset
|
||||||
|
|||||||
@@ -425,7 +425,7 @@ CONFIG_SIG_SIGWORK=4
|
|||||||
# CONFIG_PAGING_SDSLOT will instruct certain board-specific logic to
|
# CONFIG_PAGING_SDSLOT will instruct certain board-specific logic to
|
||||||
# initialize the media in this SD slot.
|
# initialize the media in this SD slot.
|
||||||
# CONFIG_PAGING_M25PX - Use the m25px.c FLASH driver. If this is selected,
|
# CONFIG_PAGING_M25PX - Use the m25px.c FLASH driver. If this is selected,
|
||||||
# then the MTD interface to the MP25x device will be used to support
|
# then the MTD interface to the M25Px device will be used to support
|
||||||
# paging.
|
# paging.
|
||||||
# CONFIG_PAGING_M25PX_BINOFFSET - If CONFIG_PAGING_M25PX is defined then
|
# CONFIG_PAGING_M25PX_BINOFFSET - If CONFIG_PAGING_M25PX is defined then
|
||||||
# CONFIG_PAGING_M25PX_BINOFFSET will be used to specify the offset
|
# CONFIG_PAGING_M25PX_BINOFFSET will be used to specify the offset
|
||||||
@@ -456,7 +456,7 @@ CONFIG_PAGING_BLOCKINGFILL=y
|
|||||||
CONFIG_PAGING_MOUNTPT="/mnt/pgsrc"
|
CONFIG_PAGING_MOUNTPT="/mnt/pgsrc"
|
||||||
CONFIG_PAGING_MINOR=0
|
CONFIG_PAGING_MINOR=0
|
||||||
CONFIG_PAGING_SDSLOT=0
|
CONFIG_PAGING_SDSLOT=0
|
||||||
CONFIG_PAGING_M25PX=y
|
CONFIG_PAGING_M25PX=n
|
||||||
CONFIG_PAGING_M25PX_BINOFFSET=0
|
CONFIG_PAGING_M25PX_BINOFFSET=0
|
||||||
CONFIG_PAGING_M25PX_SPIPORT=0
|
CONFIG_PAGING_M25PX_SPIPORT=0
|
||||||
|
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ struct pg_source_s
|
|||||||
bool initialized; /* TRUE: we are initialized */
|
bool initialized; /* TRUE: we are initialized */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This is the MP25P* device state structure */
|
/* This is the M25P* device state structure */
|
||||||
|
|
||||||
FAR struct mtd_dev_s *mtd;
|
FAR struct mtd_dev_s *mtd;
|
||||||
|
|
||||||
@@ -435,7 +435,7 @@ int up_fillpage(FAR _TCB *tcb, FAR void *vpage)
|
|||||||
#elif defined(CONFIG_PAGING_M25PX) /* !CONFIG_PAGING_BINPATH */
|
#elif defined(CONFIG_PAGING_M25PX) /* !CONFIG_PAGING_BINPATH */
|
||||||
|
|
||||||
/* If CONFIG_PAGING_M25PX is defined, use the m25px.c FLASH driver. If this
|
/* If CONFIG_PAGING_M25PX is defined, use the m25px.c FLASH driver. If this
|
||||||
* is selected, then the MTD interface to the MP25x device will be used to
|
* is selected, then the MTD interface to the M25Px device will be used to
|
||||||
* support paging.
|
* support paging.
|
||||||
*
|
*
|
||||||
* If the driver is configured to use interrupts or DMA, then it must be
|
* If the driver is configured to use interrupts or DMA, then it must be
|
||||||
@@ -524,7 +524,7 @@ void weak_function lpc313x_pginitialize(void)
|
|||||||
#elif defined(CONFIG_PAGING_M25PX)
|
#elif defined(CONFIG_PAGING_M25PX)
|
||||||
|
|
||||||
/* If CONFIG_PAGING_M25PX is defined, use the m25px.c FLASH driver. If this
|
/* If CONFIG_PAGING_M25PX is defined, use the m25px.c FLASH driver. If this
|
||||||
* is selected, then the MTD interface to the MP25x device will be used to
|
* is selected, then the MTD interface to the M25Px device will be used to
|
||||||
* support paging.
|
* support paging.
|
||||||
*
|
*
|
||||||
* If the driver is not configured to use interrupts or DMA, then it is
|
* If the driver is not configured to use interrupts or DMA, then it is
|
||||||
|
|||||||
Reference in New Issue
Block a user