summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-21 16:01:48 +0000
commitf05b2ac0bc4626e854afc6e6a5d1b88071adbd7c (patch)
tree4150010cec9b6b51100f183b435955cd847679b4 /c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
parentRemove stray white spaces. (diff)
downloadrtems-f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c.tar.bz2
Remove duplicate white lines.
Diffstat (limited to 'c/src/lib/libbsp/arm/edb7312/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/arm/edb7312/startup/bspstart.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
index 714a134d26..e84b8d08c9 100644
--- a/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/edb7312/startup/bspstart.c
@@ -78,7 +78,6 @@ void bsp_pretasking_hook(void)
uint32_t heap_start;
uint32_t heap_size;
-
/*
* Set up the heap. It uses all free SDRAM except that reserved
* for non-cached uses.
@@ -98,7 +97,6 @@ void bsp_pretasking_hook(void)
} /* bsp_pretasking_hook */
-
/**************************************************************************/
/* */
/* NAME: bsp_start_default - BSP initialization function */
@@ -152,7 +150,6 @@ void bsp_start_default( void )
*/
rtems_irq_mngt_init();
-
/*
* The following information is very useful when debugging.
*/
@@ -175,9 +172,6 @@ void bsp_start_default( void )
#endif
} /* bsp_start */
-
-
-
/*
* By making this a weak alias for bsp_start_default, a brave soul
* can override the actual bsp_start routine used.