]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Coldfire: cmd_bdinfo cleanup
authorRichard Retanubun <RichardRetanubun@RuggedCom.com>
Fri, 23 Jan 2009 14:45:34 +0000 (09:45 -0500)
committerJohn Rigby <jrigby@freescale.com>
Fri, 6 Feb 2009 21:54:46 +0000 (14:54 -0700)
commitee73cc59ab904976af3c33b454fc84f78618b2d1
tree2dab5f06fff69e062bc575e15ac7f955168a59ce
parent4ffc39050aa46ed8a3d29732293dff769e54fffa
Coldfire: cmd_bdinfo cleanup

CONFIG_M68K bdinfo cleanup:

Fixed compiler warning about baudrate printing.
format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.

Added printing of "cpufreq"

Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
common/cmd_bdinfo.c