mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 00:24:09 +01:00
imx: drop warning: unused variable 'max_freq'
max_freq in print_cpuinfo is used only with imx6. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
@@ -145,11 +145,12 @@ const char *get_imx_type(u32 imxtype)
|
|||||||
|
|
||||||
int print_cpuinfo(void)
|
int print_cpuinfo(void)
|
||||||
{
|
{
|
||||||
u32 cpurev, max_freq;
|
u32 cpurev;
|
||||||
|
|
||||||
#if defined(CONFIG_MX6) && defined(CONFIG_IMX6_THERMAL)
|
#if defined(CONFIG_MX6) && defined(CONFIG_IMX6_THERMAL)
|
||||||
struct udevice *thermal_dev;
|
struct udevice *thermal_dev;
|
||||||
int cpu_tmp, minc, maxc, ret;
|
int cpu_tmp, minc, maxc, ret;
|
||||||
|
u32 max_freq;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cpurev = get_cpu_rev();
|
cpurev = get_cpu_rev();
|
||||||
|
|||||||
Reference in New Issue
Block a user