summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_fillpage.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-11 03:24:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-11 03:24:26 +0000
commit933bdd7122738de72b79110af1093f679dd2c15d (patch)
treefb5b80986e892f50ae7113413ff9a8f5599247e3 /nuttx/configs/ea3131/src/up_fillpage.c
parent49df4c8bc3e19225c22f34b1290be89c2518e184 (diff)
downloadpx4-nuttx-933bdd7122738de72b79110af1093f679dd2c15d.tar.gz
px4-nuttx-933bdd7122738de72b79110af1093f679dd2c15d.tar.bz2
px4-nuttx-933bdd7122738de72b79110af1093f679dd2c15d.zip
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
Diffstat (limited to 'nuttx/configs/ea3131/src/up_fillpage.c')
-rwxr-xr-xnuttx/configs/ea3131/src/up_fillpage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/ea3131/src/up_fillpage.c b/nuttx/configs/ea3131/src/up_fillpage.c
index 6aa7b7602..6058095d3 100755
--- a/nuttx/configs/ea3131/src/up_fillpage.c
+++ b/nuttx/configs/ea3131/src/up_fillpage.c
@@ -188,7 +188,7 @@ struct pg_source_s
bool initialized; /* TRUE: we are initialized */
#endif
- /* This is the MP25P* device state structure */
+ /* This is the M25P* device state structure */
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 */
/* 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.
*
* 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)
/* 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.
*
* If the driver is not configured to use interrupts or DMA, then it is