summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 17:50:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 17:50:09 +0000
commit1ab18ec87b784ca3557137c0cf070dd3e89d6cb2 (patch)
tree79ce67291e589885a66508c56f88207ce36dfc16 /c/src/lib/libbsp/sparc/shared/bspstart.c
parent2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-1ab18ec87b784ca3557137c0cf070dd3e89d6cb2.tar.bz2
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/shared/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/bspstart.c b/c/src/lib/libbsp/sparc/shared/bspstart.c
index 403d01852b..25d45c71a1 100644
--- a/c/src/lib/libbsp/sparc/shared/bspstart.c
+++ b/c/src/lib/libbsp/sparc/shared/bspstart.c
@@ -112,7 +112,7 @@ void bsp_start( void )
(unsigned char *)rdb_start - BSP_Configuration.work_space_size;
if ( work_space_start <= (unsigned char *)&end ) {
- DEBUG_puts( "bspstart: Not enough RAM!!!\n" );
+ printk( "bspstart: Not enough RAM!!!\n" );
BSP_fatal_return();
}