diff options
Diffstat (limited to 'arch/arm/mach-dove/common.c')
-rw-r--r-- | arch/arm/mach-dove/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index cc4c6a5a357c..bd54d7b7ef85 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c | |||
@@ -279,7 +279,7 @@ void __init dove_init(void) | |||
279 | printk(KERN_INFO "TCLK = %dMHz\n", (get_tclk() + 499999) / 1000000); | 279 | printk(KERN_INFO "TCLK = %dMHz\n", (get_tclk() + 499999) / 1000000); |
280 | 280 | ||
281 | #ifdef CONFIG_CACHE_TAUROS2 | 281 | #ifdef CONFIG_CACHE_TAUROS2 |
282 | tauros2_init(); | 282 | tauros2_init(0); |
283 | #endif | 283 | #endif |
284 | dove_setup_cpu_mbus(); | 284 | dove_setup_cpu_mbus(); |
285 | 285 | ||