mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 20:39:10 +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:
parent
130e6c8cbd
commit
943a3f2ccb
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue