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)
This commit is contained in:
Ralf Corsepius
2004-11-02 02:43:35 +00:00
parent 5f56c3c73c
commit 6316b74ef1
2 changed files with 9 additions and 3 deletions

View File

@@ -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)
2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps PR 533/bsps

View File

@@ -191,7 +191,7 @@ stack_top:
lis r3,0x0100 /* size 16 MB = 0x01000000 */ lis r3,0x0100 /* size 16 MB = 0x01000000 */
bl ramacc /* test memory accessibility */ bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */ 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 */ lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/ mtdcr br6,r2 /* write to DCR BR6*/
@@ -263,7 +263,7 @@ ramcfgt18:
lis r3,0x0080 /* size 8 MB = 0x00800000 */ lis r3,0x0080 /* size 8 MB = 0x00800000 */
bl ramacc /* test memory accessibility */ bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */ 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 */ lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/ mtdcr br6,r2 /* write to DCR BR6*/
@@ -333,7 +333,7 @@ ramcfgt14:
lis r3,0x0040 /* size 4 MB = 0x00400000 */ lis r3,0x0040 /* size 4 MB = 0x00400000 */
bl ramacc /* test memory accessibility */ bl ramacc /* test memory accessibility */
cmpi 0,0,r4,0 /* memory ok? else test smaller size */ 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 */ lis r2,0x0000 /* disable BR6, config not ok */
mtdcr br6,r2 /* write to DCR BR6*/ mtdcr br6,r2 /* write to DCR BR6*/