[Feature][ZXW-33]merge ZXW 0428 version

Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/boot/common/src/uboot/drivers/wdt/wdt.c b/boot/common/src/uboot/drivers/wdt/wdt.c
index 5353df5..0621cb4 100644
--- a/boot/common/src/uboot/drivers/wdt/wdt.c
+++ b/boot/common/src/uboot/drivers/wdt/wdt.c
@@ -26,6 +26,7 @@
 #include <watchdog.h>

 #include <asm/arch/lsp_crpm.h>

 

+

 /****************************************************************************

 * 	                                           Local Macros

 ****************************************************************************/

@@ -33,7 +34,6 @@
 #define WDT_DIABLE		(0x44495341) /*ascii: DISA*/

 #define WDT_OFF 		(0x57445446) //ascii:WDTF

 

-#define WDT_REBOOT_RECORD_BASE	(0x102410)

 

 /*open and close wdt function for long time operation in boot.*/

 #define RM_WDT_BASE	(0x00148000)