[brcm63xx] fix SPI register definitions
[openwrt.git] / target / linux / brcm63xx / files / arch / mips / bcm63xx / cpu.c
index 82a77c4..c147e28 100644 (file)
@@ -271,7 +271,7 @@ void __init bcm63xx_cpu_init(void)
 
        printk(KERN_INFO "Detected Broadcom 0x%04x CPU revision %02x\n",
               bcm63xx_cpu_id, bcm63xx_cpu_rev);
-       printk(KERN_INFO "CPU frequency is %u MHz\n",
+       printk(KERN_INFO "CPU frequency is %u Hz\n",
               bcm63xx_cpu_freq);
        printk(KERN_INFO "%uMB of RAM installed\n",
               bcm63xx_memory_size >> 20);
This page took 0.026201 seconds and 4 git commands to generate.