mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:31:06 +02:00
[brcm63x] frequency is in Hz, thanks Joel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14067 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
16a90e9d52
commit
f5c4c34c53
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user