forked from Imagelibrary/rtems
libbsp/csb350/clock/clockdrv.c: Remove unneeded printk()
This commit is contained in:
@@ -71,7 +71,6 @@ void au1x00_clock_init(void)
|
||||
|
||||
tick_interval = 32768 * rtems_configuration_get_microseconds_per_tick();
|
||||
tick_interval = tick_interval / 1000000;
|
||||
printk("tick_interval = %d\n", tick_interval);
|
||||
|
||||
last_match = AU1X00_SYS_TOYREAD(AU1X00_SYS_ADDR);
|
||||
AU1X00_SYS_TOYMATCH2(AU1X00_SYS_ADDR) = last_match + (50*tick_interval);
|
||||
@@ -84,8 +83,6 @@ void au1x00_clock_init(void)
|
||||
au1x00_clock_init(); \
|
||||
} while(0)
|
||||
|
||||
|
||||
|
||||
#define Clock_driver_support_shutdown_hardware()
|
||||
|
||||
#define CLOCK_DRIVER_USE_DUMMY_TIMECOUNTER
|
||||
|
||||
Reference in New Issue
Block a user