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:
bcb6e90
)
arm: vf610: Add watchdog support for Vybrid VF610
author
Alison Wang
<b18965@freescale.com>
Mon, 27 May 2013 22:55:44 +0000
(22:55 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 3 Jun 2013 08:56:53 +0000
(10:56 +0200)
This patch adds watchdog support for Vybrid VF610 platform.
Signed-off-by: Alison Wang <b18965@freescale.com>
drivers/watchdog/Makefile
patch
|
blob
|
history
diff --git
a/drivers/watchdog/Makefile
b/drivers/watchdog/Makefile
index 13e7c376861a67c167392b5c8f2448e8b24fd5c8..e96acabe8650afc36fec2f8cd11f02e51db753ab 100644
(file)
--- a/
drivers/watchdog/Makefile
+++ b/
drivers/watchdog/Makefile
@@
-27,7
+27,7
@@
LIB := $(obj)libwatchdog.o
COBJS-$(CONFIG_AT91SAM9_WATCHDOG) += at91sam9_wdt.o
COBJS-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o
-ifneq (,$(filter $(SOC), mx31 mx35 mx5 mx6))
+ifneq (,$(filter $(SOC), mx31 mx35 mx5 mx6
vf610
))
COBJS-y += imx_watchdog.o
endif
COBJS-$(CONFIG_TNETV107X_WATCHDOG) += tnetv107x_wdt.o