mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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:
parent
851db35e2d
commit
85948a8b9a
1 changed files with 1 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue