Skip to content
Snippets Groups Projects
Commit 8649b405 authored by Stefano Babic's avatar Stefano Babic
Browse files

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


This reverts commit a0117a5e.

Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent a0117a5e
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment