summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-31 10:40:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-31 10:40:10 -0600
commit069e297bc0c07b58594efaa2eab1ded52a307f82 (patch)
treeb5ef7cfc07ee6a458795f6482fbe59380f617820 /nuttx/ChangeLog
parente9310cadab97326be44c8a8be6ca7259cec4cc80 (diff)
downloadnuttx-069e297bc0c07b58594efaa2eab1ded52a307f82.tar.gz
nuttx-069e297bc0c07b58594efaa2eab1ded52a307f82.tar.bz2
nuttx-069e297bc0c07b58594efaa2eab1ded52a307f82.zip
Fix erase block vs page block confusion in MTD partition logic. From Ken Pettit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 83502eee6..941b02e41 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5917,3 +5917,6 @@
header file (2013-10-30).
* arch/arm/src/sama5/chip/sam_pwm.h: PWM register definition
header file (2013-10-31).
+ * drivers/mtd/mtd_partition.c: Fix erase block vs page block confusion.
+ From Ken Pettit (2013-10-31).
+