diff options
Diffstat (limited to 'arch/blackfin/cpu/start.S')
| -rw-r--r-- | arch/blackfin/cpu/start.S | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/blackfin/cpu/start.S b/arch/blackfin/cpu/start.S index 90b4d1ae9..7155fc858 100644 --- a/arch/blackfin/cpu/start.S +++ b/arch/blackfin/cpu/start.S @@ -65,6 +65,7 @@ ENTRY(_start)  	p5.h = HI(COREMMR_BASE);  #ifdef CONFIG_HW_WATCHDOG +#ifndef __ADSPBF60x__  # ifndef CONFIG_HW_WATCHDOG_TIMEOUT_START  #  define CONFIG_HW_WATCHDOG_TIMEOUT_START 5000  # endif @@ -78,6 +79,7 @@ ENTRY(_start)  	/* fire up the watchdog - R0.L above needs to be 0x0000 */  	W[p4 + (WDOG_CTL - SYSMMR_BASE)] = r0;  #endif +#endif  	/* Turn on the serial for debugging the init process */  	serial_early_init |