aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 09:07:12 -0400
committerBen Dooks <ben-linux@fluff.org>2008-12-15 18:18:21 -0500
commit39669f594e75997db6a893c1e4a1c05312661fe2 (patch)
tree8163dcf6af05b2c92654f3bb673352bdab0adc25 /arch/arm/mach-s3c6410
parent92117a1fd3b7916e8882c6050a2f51f812209fcc (diff)
[ARM] S3C64XX: Reduce some output from INFO to DEBUG
Some of the startup output can be reduced to KERN_DEBUG from KERN_INFO as it is only really useful when trying to debug kernel initialisation problems. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r--arch/arm/mach-s3c6410/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6410/cpu.c b/arch/arm/mach-s3c6410/cpu.c
index 846f464c7673..975cf88f0e84 100644
--- a/arch/arm/mach-s3c6410/cpu.c
+++ b/arch/arm/mach-s3c6410/cpu.c
@@ -55,7 +55,7 @@ void __init s3c6410_map_io(void)
55 55
56void __init s3c6410_init_clocks(int xtal) 56void __init s3c6410_init_clocks(int xtal)
57{ 57{
58 printk(KERN_INFO "%s: initialising clocks\n", __func__); 58 printk(KERN_DEBUG "%s: initialising clocks\n", __func__);
59 s3c24xx_register_baseclocks(xtal); 59 s3c24xx_register_baseclocks(xtal);
60 s3c64xx_register_clocks(); 60 s3c64xx_register_clocks();
61 s3c6400_register_clocks(); 61 s3c6400_register_clocks();