diff options
author | Stefano Babic | 2015-05-28 12:00:05 +0200 |
---|---|---|
committer | Stefano Babic | 2015-05-28 12:01:44 +0200 |
commit | 8649b405c5e53314598c6e50a0e72f2eb481ce37 (patch) | |
tree | 8347dda9cb6ec9ad0d1bb15040257e01f8f31fc0 /arch | |
parent | a0117a5e416629932becf079589f5e1859eab90a (diff) |
Revert "imx: drop warning: unused variable 'max_freq'"
This reverts commit a0117a5e416629932becf079589f5e1859eab90a.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/imx-common/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index a78e0ed0df5..275befd2f85 100644 --- a/arch/arm/imx-common/cpu.c +++ b/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(); |