summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_pmc.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-04 04:24:59 +0000
committerimp <imp@FreeBSD.org>2012-06-04 04:24:59 +0000
commit7670aa69518be468704e325180cc8a0f7898c2b8 (patch)
treeea402713899475cacd81a1e7f50ddae5cff1b842 /sys/arm/at91/at91_pmc.c
parent93b7cabc813f6facf850e8518fc26d0be69aa5c8 (diff)
downloadFreeBSD-src-7670aa69518be468704e325180cc8a0f7898c2b8.zip
FreeBSD-src-7670aa69518be468704e325180cc8a0f7898c2b8.tar.gz
Eliminate the now-unused AT91C_MASTER_CLOCK option and change the one
place in the source it was used to the more correct AT91C_MAIN_CLOCK. Sort AT91C_MAIN_CLOCK into a better location in the options.arm file.
Diffstat (limited to 'sys/arm/at91/at91_pmc.c')
-rw-r--r--sys/arm/at91/at91_pmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91_pmc.c b/sys/arm/at91/at91_pmc.c
index 285d7ea..2a7ee5e 100644
--- a/sys/arm/at91/at91_pmc.c
+++ b/sys/arm/at91/at91_pmc.c
@@ -429,7 +429,7 @@ at91_pmc_sense_main_clock(void)
* measure it correctly, and that any error can be adequately
* compensated for by roudning to the nearest 500Hz. Users
* with fast, or odd-ball clocks will need to set
- * AT91C_MASTER_CLOCK in the kernel config file.
+ * AT91C_MAIN_CLOCK in the kernel config file.
*/
if (ckgr_val >= 21000000)
return ((ckgr_val + 250) / 500 * 500);
OpenPOWER on IntegriCloud