summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/common/main.c b/common/main.c
index 79ad7bfac2..22906cb7be 100644
--- a/common/main.c
+++ b/common/main.c
@@ -52,7 +52,7 @@ int main(void)
#ifdef CONFIG_FLASH
/*
- * Initialize flash and apply write protecte if necessary. Requires
+ * Initialize flash and apply write protect if necessary. Requires
* the reset flags calculated by system initialization.
*/
flash_pre_init();
@@ -121,10 +121,6 @@ int main(void)
*/
hook_notify(HOOK_INIT, 0);
-#ifdef BOARD_link
- /* Reduce core clock now that init is done */
- clock_enable_pll(0);
-#endif
/*
* Print the init time. Not completely accurate because it can't take
* into account the time before timer_init(), but it'll at least catch