TRATS: use the generic watchdog timer

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>
This commit is contained in:
Minkyu Kang 2012-01-18 15:56:47 +09:00 committed by Albert ARIBAUD
parent 851db35e2d
commit 85948a8b9a
1 changed files with 1 additions and 10 deletions

View File

@ -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();