summaryrefslogtreecommitdiff
path: root/src/flash/stellaris.h
diff options
context:
space:
mode:
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-01-27 14:05:59 +0000
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-01-27 14:05:59 +0000
commitc882cb089477050eb46f5f9fba90ff52179acd71 (patch)
treebd76561bffd5afd45beaf8a29d06ea33f688c6ab /src/flash/stellaris.h
parent8d6292d9a070e87bf49d7d2894cd933795b9e3a8 (diff)
downloadopenocd+libswd-c882cb089477050eb46f5f9fba90ff52179acd71.tar.gz
openocd+libswd-c882cb089477050eb46f5f9fba90ff52179acd71.tar.bz2
openocd+libswd-c882cb089477050eb46f5f9fba90ff52179acd71.tar.xz
openocd+libswd-c882cb089477050eb46f5f9fba90ff52179acd71.zip
- added autoprobe functionality
- corrected blocksize handling from GDB "info mem" command (thanks to Øyvind and Spen for these patches) git-svn-id: svn://svn.berlios.de/openocd/trunk@278 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/stellaris.h')
-rw-r--r--src/flash/stellaris.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/stellaris.h b/src/flash/stellaris.h
index 8024258e..1dffc363 100644
--- a/src/flash/stellaris.h
+++ b/src/flash/stellaris.h
@@ -49,6 +49,8 @@ typedef struct stellaris_flash_bank_s
u8 mck_valid;
u32 mck_freq;
+ int probed;
+
} stellaris_flash_bank_t;
/* STELLARIS control registers */