From 9374e9b082bf80e68aaa747dd26a5a3b01bc6626 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 19 Jun 2008 05:46:19 +0000 Subject: 2008-06-19 Matthew Riek * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c, mcf52235/console/console.c, mcf52235/include/bsp.h, mcf52235/include/coverhd.h, mcf52235/start/start.S, mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c, mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up white space and code formmated to adhere to RTEMS standards. Fixed a bug in the nano seconds since last tick support. Fixed a bug with the location of the start stack (no longer within .bss). Removed double definition of IPSBAR and some type defs etc.. Added timing test overhead results. --- c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c') diff --git a/c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c index bb57277dc7..2ce509c7fc 100644 --- a/c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/mcf52235/startup/bspstart.c @@ -54,11 +54,11 @@ void _CPU_cache_invalidate_1_data_line(const void *addr) {} * * This routine does the bulk of the system initialisation. */ -void bsp_start( void ) +void bsp_start(void) { } uint32_t bsp_get_CPU_clock_speed(void) { - return 60000000; + return 60000000; } -- cgit v1.2.3