summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-09-15 14:05:05 +0800
committerStefano Babic <sbabic@denx.de>2015-09-24 11:31:37 +0200
commitd449701b83fa8e541c90dfd20898a602dc7d1fc2 (patch)
tree0eba1bf423eb56f92e58dbcc3ac1282b2c48a2e0 /arch
parent0b530b140a0f2cc72b95f6667241d072bf166f8b (diff)
downloadtalos-obmc-uboot-d449701b83fa8e541c90dfd20898a602dc7d1fc2.tar.gz
talos-obmc-uboot-d449701b83fa8e541c90dfd20898a602dc7d1fc2.zip
imx: mx7: discard unused global variable
Discard unused global variable. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/mx7/soc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c
index 8d50149582..af16ba71f6 100644
--- 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,
OpenPOWER on IntegriCloud