summaryrefslogtreecommitdiff
path: root/ports/xtensa/xcc/src/xtensa_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xtensa/xcc/src/xtensa_init.c')
-rw-r--r--ports/xtensa/xcc/src/xtensa_init.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/ports/xtensa/xcc/src/xtensa_init.c b/ports/xtensa/xcc/src/xtensa_init.c
index 298ca28d..d153ad35 100644
--- a/ports/xtensa/xcc/src/xtensa_init.c
+++ b/ports/xtensa/xcc/src/xtensa_init.c
@@ -27,12 +27,6 @@
/* */
/* Xtensa initialization routines. */
/* */
-/* RELEASE HISTORY */
-/* */
-/* DATE NAME DESCRIPTION */
-/* */
-/* 12-31-2020 Cadence Design Systems Initial Version 6.1.3 */
-/* */
/**************************************************************************/
@@ -49,7 +43,7 @@
uint32_t xt_tick_divisor = 0; /* cached number of cycles per tick */
/*
-Compute and initialize at run-time the tick divisor (the number of
+Compute and initialize at run-time the tick divisor (the number of
processor clock cycles in an RTOS tick, used to set the tick timer).
Called when the processor clock frequency is not known at compile-time.
*/