diff options
author | Noam Camus <noamc@ezchip.com> | 2013-02-26 02:27:59 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-07 04:13:54 -0400 |
commit | 68e4790ec4383c57224d69ed9e0a94e4ef005f35 (patch) | |
tree | 8833ebff63612386c426582582fac6d23590eb9e /arch/arc | |
parent | e3edeb67fbd6c522a46a844c569fc41a8a2b6876 (diff) |
ARC: fix typo with clock speed
Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/kernel/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/clk.c b/arch/arc/kernel/clk.c index 66ce0dc917fb..10c7b0b5a079 100644 --- a/arch/arc/kernel/clk.c +++ b/arch/arc/kernel/clk.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <asm/clk.h> | 9 | #include <asm/clk.h> |
10 | 10 | ||
11 | unsigned long core_freq = 800000000; | 11 | unsigned long core_freq = 80000000; |
12 | 12 | ||
13 | /* | 13 | /* |
14 | * As of now we default to device-tree provided clock | 14 | * As of now we default to device-tree provided clock |