commit: http://blackfin.uclinux.org/git/?p=u-boot;a=commitdiff;h=49d98cedc2e0af9df82e7062cb0fef7b60a25737
branch: http://blackfin.uclinux.org/git/?p=u-boot;a=shortlog;h=refs/heads/trunk

Signed-off-by: Sonic Zhang <sonic.zh...@analog.com>
---
 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 8188da3..bf0b6cb 100644
--- a/arch/blackfin/cpu/start.S
+++ b/arch/blackfin/cpu/start.S
@@ -79,6 +79,7 @@ ENTRY(_start)
 	r0 = 0;
 	r0.h = HI(MSEC_TO_SCLK(CONFIG_WATCHDOG_TIMEOUT_MSECS));
 	[p4 + (WDOG_CNT - SYSMMR_BASE)] = r0;
+	SSYNC;
 	r1 = WDEN;
 	/* fire up the watchdog - R0.L above needs to be 0x0000 */
 # ifdef __ADSPBF60x__
@@ -86,6 +87,7 @@ ENTRY(_start)
 # else
 	W[p4 + (WDOG_CTL - SYSMMR_BASE)] = r1;
 # endif
+	SSYNC;
 #endif
 
 	/* Turn on the serial for debugging the init process */
_______________________________________________
U-Boot-commits mailing list
U-Boot-commits@blackfin.uclinux.org
https://blackfin.uclinux.org/mailman/listinfo/u-boot-commits

Reply via email to