Fix typo in configuration variables: MP25P should M25P

This commit is contained in:
Gregory Nutt
2013-05-01 12:04:39 -06:00
parent 1099eabe3d
commit 9ead6cadff
9 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
* support, then define MTD_SUBSECTOR_ERASE.
*/
#if defined(CONFIG_MP25P_SUBSECTOR_ERASE)
#if defined(CONFIG_M25P_SUBSECTOR_ERASE)
# define CONFIG_MTD_SUBSECTOR_ERASE 1
#endif