summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 02:41:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-02 02:41:28 +0000
commit39785ad1e6b51f4c49fc8e528c429e8f0e9de5db (patch)
treeb9c3fe53d62ce0c75dad733c99911459476f8049 /c
parent2004-11-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-39785ad1e6b51f4c49fc8e528c429e8f0e9de5db.tar.bz2
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 697/bsps * flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@imd-systems.de)
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/ChangeLog6
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S6
2 files changed, 9 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
index 23b06428c3..3e3ac22a42 100644
--- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ PR 697/bsps
+ * flashentry/flashentry.S: Fix broken comments
+ (Patch by Thomas.Doerfler@imd-systems.de)
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
index b3f197755e..4959b0973c 100644
--- a/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
+++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/flashentry.S
@@ -190,7 +190,7 @@ stack_top:
lis r3,0x0100 /* size 16 MB = 0x01000000 */
bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */
- beq ramcfgok /* ok, we found configuration... +/
+ beq ramcfgok /* ok, we found configuration... */
lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/
@@ -262,7 +262,7 @@ ramcfgt18:
lis r3,0x0080 /* size 8 MB = 0x00800000 */
bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */
- beq ramcfgok /* ok, we found configuration... +/
+ beq ramcfgok /* ok, we found configuration... */
lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/
@@ -332,7 +332,7 @@ ramcfgt14:
lis r3,0x0040 /* size 4 MB = 0x00400000 */
bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */
- beq ramcfgok /* ok, we found configuration... +/
+ beq ramcfgok /* ok, we found configuration... */
lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/