diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index e767f2ddae72..6d920d4bdc3d 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -161,8 +161,8 @@ config CLOCK_FREQ | |||
161 | frequency, it may or may not be the same as the external clock | 161 | frequency, it may or may not be the same as the external clock |
162 | crystal fitted to your board. Some processors have an internal | 162 | crystal fitted to your board. Some processors have an internal |
163 | PLL and can have their frequency programmed at run time, others | 163 | PLL and can have their frequency programmed at run time, others |
164 | use internal dividers. In gernal the kernel won't setup a PLL | 164 | use internal dividers. In general the kernel won't setup a PLL |
165 | if it is fitted (there are some expections). This value will be | 165 | if it is fitted (there are some exceptions). This value will be |
166 | specific to the exact CPU that you are using. | 166 | specific to the exact CPU that you are using. |
167 | 167 | ||
168 | config CLOCK_DIV | 168 | config CLOCK_DIV |
@@ -495,7 +495,7 @@ config VECTORBASE | |||
495 | hex "Address of the base of system vectors" | 495 | hex "Address of the base of system vectors" |
496 | default "0" | 496 | default "0" |
497 | help | 497 | help |
498 | Define the address of the the system vectors. Commonly this is | 498 | Define the address of the system vectors. Commonly this is |
499 | put at the start of RAM, but it doesn't have to be. On ColdFire | 499 | put at the start of RAM, but it doesn't have to be. On ColdFire |
500 | platforms this address is programmed into the VBR register, thus | 500 | platforms this address is programmed into the VBR register, thus |
501 | actually setting the address to use. | 501 | actually setting the address to use. |