From 5c491aef41558df022032b543d826ef4e49493b5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Dec 1995 15:39:19 +0000 Subject: changes remerged after lost in disk crash -- recovered from snapshot, partially recovered working tree, etc --- c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c') diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c index b044367f43..9629737dd9 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c @@ -9,7 +9,7 @@ * * OUTPUT: NONE * - * Author: Andrew Bray + * Author: Andrew Bray * * COPYRIGHT (c) 1995 by i-cubed ltd. * @@ -166,7 +166,7 @@ bsp_postdriver_hook(void) rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' ); } -int main( +int bsp_start( int argc, char **argv, char **environp @@ -225,8 +225,6 @@ int main( * not malloc'ed. It is just "pulled from the air". */ -/*BSP_Configuration.work_space_size *= 4;*/ - BSP_Configuration.work_space_start = (void *) RAM_END - BSP_Configuration.work_space_size; -- cgit v1.2.3