summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-21 12:02:04 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-21 12:02:04 +0200
commita02411a15f24a9e1f0ac893e631c6a520adfdab8 (patch)
treefb771c5782ff7f8bf80ba522e8607ab275dd2eff /src/ecosboard.c
parent7556a93aed97c3fad2c0a904a115168cd3dd61a8 (diff)
downloadopenocd+libswd-a02411a15f24a9e1f0ac893e631c6a520adfdab8.tar.gz
openocd+libswd-a02411a15f24a9e1f0ac893e631c6a520adfdab8.tar.bz2
openocd+libswd-a02411a15f24a9e1f0ac893e631c6a520adfdab8.tar.xz
openocd+libswd-a02411a15f24a9e1f0ac893e631c6a520adfdab8.zip
eCos synthetic target updates.
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index b537e5bc..4af38e85 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -328,6 +328,7 @@ void openocd_sleep_postlude(void)
void format(void)
{
+#ifdef CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1
diag_printf("Formatting JFFS2...\n");
cyg_io_handle_t handle;
@@ -365,6 +366,7 @@ void format(void)
}
diag_printf("Flash formatted successfully\n");
+#endif
reboot();
}