summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-24 20:12:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-24 20:12:04 -0600
commitacaf5179f5fd34555aacfc3e5902a08f2402feea (patch)
treeb9a88fa0a5a4d71c6ea0a746509aa08e6b7bf999 /nuttx/ChangeLog
parent00eb1484b5b5261ee85a02ccbd499f7a6d19f5ad (diff)
downloadnuttx-acaf5179f5fd34555aacfc3e5902a08f2402feea.tar.gz
nuttx-acaf5179f5fd34555aacfc3e5902a08f2402feea.tar.bz2
nuttx-acaf5179f5fd34555aacfc3e5902a08f2402feea.zip
Fix an uninitialized register error that crept into the ARM9 start up code many years ago and was recently cloned into the Cortex-A5. Obviously no on has used NuttX with ARM9 for years
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!
+