2
0
forked from Ivasoft/openwrt

ar71xx: rename ar934x_ref_freq to ar71xx_ref_freq

Also initialize that for each SoC and print its value along with the
other frequencies.

SVN-Revision: 26561
This commit is contained in:
Gabor Juhos
2011-04-09 18:47:52 +00:00
parent 5573d6eb28
commit a8bf5e3cdb
4 changed files with 25 additions and 20 deletions

View File

@@ -115,7 +115,7 @@
extern u32 ar71xx_ahb_freq;
extern u32 ar71xx_cpu_freq;
extern u32 ar71xx_ddr_freq;
extern u32 ar934x_ref_freq;
extern u32 ar71xx_ref_freq;
enum ar71xx_soc_type {
AR71XX_SOC_UNKNOWN,