提交 943a3f2c 编写于 作者: S Stefano Babic

imx: drop warning: unused variable 'max_freq'

max_freq in print_cpuinfo is used only with
imx6.
Signed-off-by: NStefano Babic <sbabic@denx.de>
上级 130e6c8c
......@@ -145,7 +145,8 @@ const char *get_imx_type(u32 imxtype)
int print_cpuinfo(void)
{
u32 cpurev, max_freq;
u32 cpurev;
__maybe_unused u32 max_freq;
#if defined(CONFIG_MX6) && defined(CONFIG_IMX6_THERMAL)
struct udevice *thermal_dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册