mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
Merge "Revert "ipq806x: Enabled HW Watchdog""
This commit is contained in:
commit
10a7bb691c
2 changed files with 1 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
#undef CONFIG_BOARD_EARLY_INIT_F
|
||||
|
||||
#define CONFIG_HW_WATCHDOG
|
||||
#undef CONFIG_HW_WATCHDOG
|
||||
|
||||
#define CONFIG_SYS_DEVICE_NULLDEV
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue