From 8bc90517d0edaa8d57a6ed188a33fd7bfc72f590 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Aug 1997 21:58:30 +0000 Subject: Fixed typo and removed duplicated code --- c/src/lib/libbsp/sparc/erc32/startup/bspstart.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/sparc') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c index 3feddb71c1..04dce76b22 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c +++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c @@ -232,9 +232,6 @@ bsp_postdriver_hook(void) if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2)) rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' ); - - if ((stdin_fd != 0) || (stdout_fd != 1) || (stderr_fd != 2)) - rtems_fatal_error_occurred( error_code | 'I' << 8 | 'O' ); } /* @@ -247,7 +244,7 @@ void bsp_start( void ) { unsigned char *work_space_start; - /* Check if MEc is initialised */ + /* Check if MEC is initialised */ if (!(ERC32_MEC.Control & 0xfe080000)) { -- cgit v1.2.3