summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-08 00:01:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-08 21:41:36 +0200
commit2155bc5ba83aa94949ddf5bc5873475842289f64 (patch)
tree312703e1f85359e36e032154c2a855b910db65ae /arch/arm/mach-imx/Makefile
parent90e9f773c186854adfdef852809f82517dc032da (diff)
downloadbarebox-2155bc5ba83aa94949ddf5bc5873475842289f64.tar.gz
barebox-2155bc5ba83aa94949ddf5bc5873475842289f64.tar.xz
ARM i.MX: move reset source detection code
- for i.MX1 the register is in the System Control unit, so move the code to arch/arm/mach-imx/imx1.c - for the other i.MX the register is in the watchdog unit, so move the code to drivers/watchdog/imxwd.c Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index e43f92e430..517a5a766f 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -1,5 +1,4 @@
obj-y += clocksource.o gpio.o
-obj-$(CONFIG_RESET_SOURCE) += reset_source.o
obj-$(CONFIG_ARCH_IMX1) += imx1.o iomux-v1.o clk-imx1.o
obj-$(CONFIG_ARCH_IMX25) += imx25.o iomux-v3.o clk-imx25.o
obj-$(CONFIG_ARCH_IMX21) += imx21.o iomux-v1.o clk-imx21.o