[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);