public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] TRATS: use the generic watchdog timer
@ 2012-01-18  7:21 Minkyu Kang
  2012-01-25  2:01 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2012-01-18  7:21 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: HeungJun, Kim <riverful.kim@samsung.com>
---
 board/samsung/trats/trats.c |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
index 2925cff..f795ff0 100644
--- a/board/samsung/trats/trats.c
+++ b/board/samsung/trats/trats.c
@@ -310,14 +310,6 @@ static void board_clock_init(void)
 	writel(CLK_GATE_BLOCK_VAL, (unsigned int)&clk->gate_block);
 }
 
-static void board_watchdog_disable(void)
-{
-	struct exynos4_watchdog *wd =
-		(struct exynos4_watchdog *)samsung_get_base_watchdog();
-
-	writel(~(WTCON_EN | WTCON_INT), (unsigned int)&wd->wtcon);
-}
-
 static void board_power_init(void)
 {
 	struct exynos4_power *pwr =
@@ -368,8 +360,7 @@ static void board_uart_init(void)
 
 int board_early_init_f(void)
 {
-	board_watchdog_disable();
-
+	wdt_stop();
 	pmic_reset();
 	board_clock_init();
 	board_uart_init();
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-25  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18  7:21 [U-Boot] [PATCH 2/2] TRATS: use the generic watchdog timer Minkyu Kang
2012-01-25  2:01 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox