aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options.arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-06-04 04:24:59 +0000
committerWarner Losh <imp@FreeBSD.org>2012-06-04 04:24:59 +0000
commit537cdfaff1bd43bebe1500a3196d6d43f84af57c (patch)
treeea402713899475cacd81a1e7f50ddae5cff1b842 /sys/conf/options.arm
parent23c0d041baccdb7f4676a5acbe0aeb89e13be152 (diff)
downloadsrc-537cdfaff1bd43bebe1500a3196d6d43f84af57c.tar.gz
src-537cdfaff1bd43bebe1500a3196d6d43f84af57c.zip
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.
Notes
Notes: svn path=/head/; revision=236535
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r--sys/conf/options.arm3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm
index bbe7f121862b..6fee07c5dcd9 100644
--- a/sys/conf/options.arm
+++ b/sys/conf/options.arm
@@ -4,8 +4,6 @@ ARM_CACHE_LOCK_ENABLE opt_global.h
ARMFPE opt_global.h
ARM_KERN_DIRECTMAP opt_vm.h
ARM_USE_SMALL_ALLOC opt_global.h
-AT91C_MASTER_CLOCK opt_global.h
-AT91C_MAIN_CLOCK opt_at91.h
COUNTS_PER_SEC opt_timer.h
CPU_SA1100 opt_global.h
CPU_SA1110 opt_global.h
@@ -38,5 +36,6 @@ AT91_TSC opt_at91.h
AT91_KWIKBYTE opt_at91.h
AT91_MCI_HAS_4WIRE opt_at91.h
AT91_MCI_SLOT_B opt_at91.h
+AT91C_MAIN_CLOCK opt_at91.h
CPU_FA526 opt_global.h
CPU_FA626TE opt_global.h