summaryrefslogtreecommitdiffstats
path: root/board/bf537-stamp/flash.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:55 -0500
committerMike Frysinger <vapier@gentoo.org>2008-02-04 19:26:55 -0500
commitd4d7730853e5d675f76ec666807da3028c91d592 (patch)
treedb6cb9767a162b2b6a9d69a309956bbd75a0d6d8 /board/bf537-stamp/flash.c
parent6cfcce67671a3425229d66203386fa3cbd0cc3bd (diff)
downloadtalos-obmc-uboot-d4d7730853e5d675f76ec666807da3028c91d592.tar.gz
talos-obmc-uboot-d4d7730853e5d675f76ec666807da3028c91d592.zip
punt Blackfin VDSP headers and import sanitized/auto-generated ones
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf537-stamp/flash.c')
-rw-r--r--board/bf537-stamp/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/flash.c b/board/bf537-stamp/flash.c
index ed85841479..8252c42fd8 100644
--- a/board/bf537-stamp/flash.c
+++ b/board/bf537-stamp/flash.c
@@ -255,7 +255,7 @@ int write_flash(long nOffset, int nValue)
addr = (CFG_FLASH_BASE + nOffset);
*(unsigned volatile short *)addr = nValue;
- sync();
+ SSYNC();
#if (BFIN_BOOT_MODE == BF537_SPI_MASTER_BOOT)
if (icache_status())
udelay(CONFIG_CCLK_HZ / 1000000);
OpenPOWER on IntegriCloud