Browse Source

Revert "imx: drop warning: unused variable 'max_freq'"

This reverts commit a0117a5e416629932becf079589f5e1859eab90a.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 10 years ago
parent
commit
8649b405c5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      arch/arm/imx-common/cpu.c

+ 1 - 2
arch/arm/imx-common/cpu.c

@@ -145,12 +145,11 @@ const char *get_imx_type(u32 imxtype)
 
 int print_cpuinfo(void)
 {
-	u32 cpurev;
+	u32 cpurev, max_freq;
 
 #if defined(CONFIG_MX6) && defined(CONFIG_IMX6_THERMAL)
 	struct udevice *thermal_dev;
 	int cpu_tmp, minc, maxc, ret;
-	u32 max_freq;
 #endif
 
 	cpurev = get_cpu_rev();