summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8e12b13b1..79977efb5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5196,3 +5196,8 @@
configuration logic for USARTs needs to depend on if the USART is
configured as a UART or not. And this is for all CPUS, not just
SAM3/4 (2013-7-24).
+ * arch/arm/src/arm/up_head.S and arch/arm/src/armv7-a/arm_head.S:
+ Fix a bug (uninitialized register error) that crept in the ARM9
+ boot-up code several years ago and was cloned into the Cortex-A5
+ code. Obviously no one has used the ARM9 NuttX port for years!
+