From c882cb089477050eb46f5f9fba90ff52179acd71 Mon Sep 17 00:00:00 2001 From: mifi Date: Sun, 27 Jan 2008 14:05:59 +0000 Subject: - added autoprobe functionality - corrected blocksize handling from GDB "info mem" command (thanks to Øyvind and Spen for these patches) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.berlios.de/openocd/trunk@278 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/cfi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/cfi.h') diff --git a/src/flash/cfi.h b/src/flash/cfi.h index 9572c83a..8099c4ea 100644 --- a/src/flash/cfi.h +++ b/src/flash/cfi.h @@ -31,6 +31,7 @@ typedef struct cfi_flash_bank_s int x16_as_x8; int jedec_probe; int not_cfi; + int probed; u16 manufacturer; u16 device_id; -- cgit v1.2.3