X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fblackfin%2Fcpu%2Fstart.S;h=7155fc858b781d7d9a579f3879d228dab2d2e6fb;hb=49c2da53b7aa63f68118fa9ffa5c5e546440ebb2;hp=15ecb1e8ebcd4fe7a017037f00ce96b7bbd8352a;hpb=c745a84648d72a0c7ac7f8cce4abdaecfbb05ddc;p=u-boot diff --git a/arch/blackfin/cpu/start.S b/arch/blackfin/cpu/start.S index 15ecb1e8eb..7155fc858b 100644 --- a/arch/blackfin/cpu/start.S +++ b/arch/blackfin/cpu/start.S @@ -33,7 +33,6 @@ #include #include #include -#include #include #include "serial.h" @@ -66,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 +78,7 @@ ENTRY(_start) [p4 + (WDOG_CNT - SYSMMR_BASE)] = r0; /* 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 */