summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173/Makefile.inc
diff options
context:
space:
mode:
authorItamar <itamar.gold@mediatek.com>2015-07-31 17:10:46 +0800
committerPatrick Georgi <pgeorgi@google.com>2016-01-22 19:31:06 +0100
commitf585af395d3b88d7a415453e2f2d532797f3962c (patch)
tree35732372d51b0344d8e93a38f91c566e347b0d51 /src/soc/mediatek/mt8173/Makefile.inc
parentab0df6d5a4c597db09a65043d1e5f9834cce4f9b (diff)
downloadcoreboot-f585af395d3b88d7a415453e2f2d532797f3962c.tar.gz
coreboot-f585af395d3b88d7a415453e2f2d532797f3962c.tar.bz2
coreboot-f585af395d3b88d7a415453e2f2d532797f3962c.zip
mediatek/mt8173: add watchdog driver
[pg: split original commit into multiple commits] Change-Id: I0dc8d9855c98c077d4a47227de0c504c3a846953 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 2827aa08ff8712c0245a22378f3ddb0ca054255d Original-Change-Id: I94a9ee2c00e25a37a92133f813d0cd11a3503656 Original-Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Original-Reviewed-on: https://chromium-review.googlesource.com/292662 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/13050 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8173/Makefile.inc')
-rw-r--r--src/soc/mediatek/mt8173/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index eec1cac61b53..5ca882f0c33d 100644
--- a/src/soc/mediatek/mt8173/Makefile.inc
+++ b/src/soc/mediatek/mt8173/Makefile.inc
@@ -26,6 +26,7 @@ bootblock-$(CONFIG_DRIVERS_UART) += uart.c
endif
bootblock-y += gpio.c gpio_init.c pmic_wrap.c mt6391.c
+bootblock-y += wdt.c
################################################################################
@@ -46,6 +47,7 @@ ramstage-y += soc.c
ramstage-y += timer.c
ramstage-$(CONFIG_DRIVERS_UART) += uart.c
ramstage-y += gpio.c
+ramstage-y += wdt.c
################################################################################