summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/usbnsh/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 12:04:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 12:04:39 -0600
commitb33800ebb451ada4c664592d830c41bc27fafe5f (patch)
tree436fa5697224c19d42d6980eabb4fb641f1edd7d /nuttx/configs/mikroe-stm32f4/usbnsh/defconfig
parentb8e4cdf0efd5d0f637874bf1de51fdf1555108a6 (diff)
downloadpx4-nuttx-b33800ebb451ada4c664592d830c41bc27fafe5f.tar.gz
px4-nuttx-b33800ebb451ada4c664592d830c41bc27fafe5f.tar.bz2
px4-nuttx-b33800ebb451ada4c664592d830c41bc27fafe5f.zip
Fix typo in configuration variables: MP25P should M25P
Diffstat (limited to 'nuttx/configs/mikroe-stm32f4/usbnsh/defconfig')
-rw-r--r--nuttx/configs/mikroe-stm32f4/usbnsh/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/usbnsh/defconfig b/nuttx/configs/mikroe-stm32f4/usbnsh/defconfig
index ec42222b6..29e948be5 100644
--- a/nuttx/configs/mikroe-stm32f4/usbnsh/defconfig
+++ b/nuttx/configs/mikroe-stm32f4/usbnsh/defconfig
@@ -417,12 +417,12 @@ CONFIG_RAMMTD_ERASESTATE=0xff
CONFIG_RAMMTD_SMART=y
# CONFIG_MTD_AT24XX is not set
# CONFIG_MTD_AT45DB is not set
-CONFIG_MTD_MP25P=y
-CONFIG_MP25P_SPIMODE=0
-CONFIG_MP25P_MANUFACTURER=0x1C
-CONFIG_MP25P_MEMORY_TYPE=0x31
-CONFIG_MP25P_SUBSECTOR_ERASE=y
-CONFIG_MP25P_BYTEWRITE=y
+CONFIG_MTD_M25P=y
+CONFIG_M25P_SPIMODE=0
+CONFIG_M25P_MANUFACTURER=0x1C
+CONFIG_M25P_MEMORY_TYPE=0x31
+CONFIG_M25P_SUBSECTOR_ERASE=y
+CONFIG_M25P_BYTEWRITE=y
CONFIG_MTD_SMART=y
CONFIG_MTD_SMART_SECTOR_SIZE=512
# CONFIG_MTD_RAMTRON is not set