projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bea236
)
imx: drop warning: unused variable 'max_freq'
author
Stefano Babic
<sbabic@denx.de>
Tue, 26 May 2015 17:53:41 +0000
(19:53 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 27 May 2015 09:10:15 +0000
(11:10 +0200)
max_freq in print_cpuinfo is used only with
imx6.
Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/imx-common/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/imx-common/cpu.c
b/arch/arm/imx-common/cpu.c
index 275befd2f851d10b73500665c10f6906e9de6267..a78e0ed0df56e45be4b898a2fcaab73afe6d93bc 100644
(file)
--- a/
arch/arm/imx-common/cpu.c
+++ b/
arch/arm/imx-common/cpu.c
@@
-145,11
+145,12
@@
const char *get_imx_type(u32 imxtype)
int print_cpuinfo(void)
{
- u32 cpurev
, max_freq
;
+ u32 cpurev;
#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();