commit | bdd93d52cf43d2991561d70e238bf11e422b794b | [log] [tgz] |
---|---|---|
author | xf.li <xf.li@mobiletek.cn> | Fri May 12 07:10:14 2023 -0700 |
committer | xf.li <xf.li@mobiletek.cn> | Fri May 12 07:10:14 2023 -0700 |
tree | e3c665259c7118a7df767253a572274319e37cbf | |
parent | db4f43f0150836941f56a4d2e2923f7182328607 [diff] [blame] |
[Feature][ZXW-33]merge ZXW 0428 version Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/boot/common/src/uboot/include/watchdog.h b/boot/common/src/uboot/include/watchdog.h index caadf84..b57ed0b 100644 --- a/boot/common/src/uboot/include/watchdog.h +++ b/boot/common/src/uboot/include/watchdog.h
@@ -27,6 +27,10 @@ #ifndef _WATCHDOG_H_ #define _WATCHDOG_H_ +#define WDT_REBOOT_RECORD_BASE (IRAM1_BASE_ADDR+0x2410) +#define START_UP_STATUS_BASE (IRAM1_BASE_ADDR+0x2420) +#define USER_RESERVED_BASE (IRAM1_BASE_ADDR+0x2424) + int wdt_open(void); int wdt_close(void); int wdt_get_reboot_reason(void);