diff options
author | Alison Wang <b18965@freescale.com> | 2013-05-27 22:55:44 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-03 10:56:53 +0200 |
commit | 3a36c6b26845b5636a0e9dd0c0fd233123520056 (patch) | |
tree | cbb2ca27789503adb3cf24b5c6efb68dad40f080 /drivers/watchdog | |
parent | bcb6e9023a119a1cbcaf8289576e5aa155331802 (diff) | |
download | u-boot-imx-3a36c6b26845b5636a0e9dd0c0fd233123520056.zip u-boot-imx-3a36c6b26845b5636a0e9dd0c0fd233123520056.tar.gz u-boot-imx-3a36c6b26845b5636a0e9dd0c0fd233123520056.tar.bz2 |
arm: vf610: Add watchdog support for Vybrid VF610
This patch adds watchdog support for Vybrid VF610 platform.
Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 13e7c37..e96acab 100644 --- 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 |