summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
index 11bcf51377..20e3c3722d 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/startup/bspstart.c
@@ -82,7 +82,7 @@ const char *bsp_tqm_get_cib_string( const char *cib_id)
{
char srch_pattern[10] = "";
char *fnd_str;
- /*
+ /*
* create search pattern
*/
strcat(srch_pattern,"-");
@@ -164,17 +164,17 @@ void bsp_start( void)
/*
* get the (internal) bus frequency
* NOTE: the external bus may be clocked at a lower speed
- * but this does not concern the internal units like PIT,
+ * but this does not concern the internal units like PIT,
* DEC, baudrate generator etc)
*/
- if (RTEMS_SUCCESSFUL !=
+ if (RTEMS_SUCCESSFUL !=
bsp_tqm_get_cib_uint32("cu",
&BSP_bus_frequency)) {
BSP_panic("Cannot determine BUS frequency\n");
}
- bsp_clicks_per_usec = BSP_bus_frequency/1000000/16;
- bsp_timer_least_valid = 3;
+ bsp_clicks_per_usec = BSP_bus_frequency/1000000/16;
+ bsp_timer_least_valid = 3;
bsp_timer_average_overhead = 3;
/* Initialize exception handler */