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:
a0117a5
)
Revert "imx: drop warning: unused variable 'max_freq'"
author
Stefano Babic
<sbabic@denx.de>
Thu, 28 May 2015 10:00:05 +0000
(12:00 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 28 May 2015 10:01:44 +0000
(12:01 +0200)
This reverts commit
a0117a5e416629932becf079589f5e1859eab90a
.
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 a78e0ed0df56e45be4b898a2fcaab73afe6d93bc..275befd2f851d10b73500665c10f6906e9de6267 100644
(file)
--- a/
arch/arm/imx-common/cpu.c
+++ b/
arch/arm/imx-common/cpu.c
@@
-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();