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:
0b530b1
)
imx: mx7: discard unused global variable
author
Peng Fan
<Peng.Fan@freescale.com>
Tue, 15 Sep 2015 06:05:05 +0000
(14:05 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 24 Sep 2015 09:31:37 +0000
(11:31 +0200)
Discard unused global variable.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx7/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx7/soc.c
b/arch/arm/cpu/armv7/mx7/soc.c
index 8d50149582faf54ddfe71c9a64df64588c083601..af16ba71f6d316b38f93290d95bd2e753321b749 100644
(file)
--- a/
arch/arm/cpu/armv7/mx7/soc.c
+++ b/
arch/arm/cpu/armv7/mx7/soc.c
@@
-15,8
+15,6
@@
#include <dm.h>
#include <imx_thermal.h>
-struct src *src_reg = (struct src *)SRC_BASE_ADDR;
-
#if defined(CONFIG_IMX_THERMAL)
static const struct imx_thermal_plat imx7_thermal_plat = {
.regs = (void *)ANATOP_BASE_ADDR,