summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-27 16:43:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-27 16:43:19 -0600
commit6b35d7af6caf96b641336200afd52704b419f346 (patch)
treea9b15a5298799f3e0f38bee43c56e85844f6d18f /nuttx/ChangeLog
parent36a28654f1bb665c631e888b3917963d4d4388ca (diff)
downloadnuttx-6b35d7af6caf96b641336200afd52704b419f346.tar.gz
nuttx-6b35d7af6caf96b641336200afd52704b419f346.tar.bz2
nuttx-6b35d7af6caf96b641336200afd52704b419f346.zip
SAMA5: Fixes a bug in the way that the heap regions were being allocated
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b991259e8..ca8f89c9f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5469,4 +5469,8 @@
* arch/arm: Add hooks for Cortex-A8. Not much more yet (2013-8-27).
* Lots of files: Fix all occurrents of "the the" in documentation and
comments (2013-8-27).
+ * arch/arm/src/sama5/sam_allocateheap.c: Correct the logic that
+ determines which memory regions get added to the heap. When
+ CONFIG_MM_NREGIONS > 1, the logic was adding the ISRAM region to
+ the heap twice! (2013-6-27).