summaryrefslogtreecommitdiff
path: root/src/tcl/chip/atmel/at91/pmc.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcl/chip/atmel/at91/pmc.tcl')
-rw-r--r--src/tcl/chip/atmel/at91/pmc.tcl17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tcl/chip/atmel/at91/pmc.tcl b/src/tcl/chip/atmel/at91/pmc.tcl
deleted file mode 100644
index 584acb80..00000000
--- a/src/tcl/chip/atmel/at91/pmc.tcl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-if [info exists AT91C_MAINOSC_FREQ] {
- # user set this... let it be.
-} {
- # 18.432mhz is a common thing...
- set AT91C_MAINOSC_FREQ 18432000
-}
-global AT91C_MAINOSC_FREQ
-
-if [info exists AT91C_SLOWOSC_FREQ] {
- # user set this... let it be.
-} {
- # 32khz is the norm
- set AT91C_SLOWOSC_FREQ 32768
-}
-global AT91C_SLOWOSC_FREQ
-