Merge "Revert "ipq806x: Enabled HW Watchdog""

This commit is contained in:
Linux Build Service Account 2018-04-06 10:31:16 -07:00 committed by Gerrit - the friendly Code Review server
commit 10a7bb691c
2 changed files with 1 additions and 9 deletions

View file

@ -30,7 +30,6 @@
#include "ipq806x.h"
#include "qca_common.h"
#include <asm/arch-qca-common/scm.h>
#include <watchdog.h>
#define DLOAD_MAGIC_COOKIE_1 0xE47B337D
#define DLOAD_MAGIC_COOKIE_2 0x0501CAB0
@ -186,13 +185,6 @@ void reset_cpu(unsigned long a)
while(1);
}
#ifdef CONFIG_HW_WATCHDOG
void hw_watchdog_reset(void)
{
writel(1, APCS_WDT0_RST);
}
#endif
int board_mmc_init(bd_t *bis)
{
int node, gpio_node;

View file

@ -85,7 +85,7 @@
#undef CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_HW_WATCHDOG
#undef CONFIG_HW_WATCHDOG
#define CONFIG_SYS_DEVICE_NULLDEV