summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-22 07:53:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-22 07:53:51 -0600
commit0595ed4c314c04db3faf4519e191d431dd03a459 (patch)
tree66c113905af02d2eae4056827bf369f3bdfcde8a /nuttx/ChangeLog
parented5182498e0f7e99c65763c8993ae0a6588fde99 (diff)
downloadnuttx-0595ed4c314c04db3faf4519e191d431dd03a459.tar.gz
nuttx-0595ed4c314c04db3faf4519e191d431dd03a459.tar.bz2
nuttx-0595ed4c314c04db3faf4519e191d431dd03a459.zip
SAMA5 OHCI: Back out a change, the real root cause was a bug in the cache logic so the hack is no longer necessary
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a674d064f..d6e022deb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5607,7 +5607,7 @@
descriptive task names when starting the EHCI and OHCI monitor tasks
(2013-9-20).
* arch/arm/src/sama5/sam_ohci.c: Fix a place where DMA-related data
- needed to be flushed to data cache; Fix another where a virual address
+ needed to be flushed to data cache; Fix another where a virtual address
was being used in a register where a physical address was required
(2013-9-20).
* arch/arm/src/armv7-a/cp15_clean_dcache.S and cp15_flush_dcache.S: