summaryrefslogtreecommitdiff
path: root/src/flash/nor/str7x.c
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-10-28 10:08:16 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-10-28 10:08:16 +0100
commit4617cd0f911d64a460d99d25c531ddc55f2452ca (patch)
tree502e7ed643468bfc18276c896917fbb522ee2d5d /src/flash/nor/str7x.c
parent1fafb669c99744b986d85b5c4a4e276767898654 (diff)
downloadopenocd+libswd-4617cd0f911d64a460d99d25c531ddc55f2452ca.tar.gz
openocd+libswd-4617cd0f911d64a460d99d25c531ddc55f2452ca.tar.bz2
openocd+libswd-4617cd0f911d64a460d99d25c531ddc55f2452ca.tar.xz
openocd+libswd-4617cd0f911d64a460d99d25c531ddc55f2452ca.zip
src: add loader src description
- add comment where to find the various loaders src files. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/flash/nor/str7x.c')
-rw-r--r--src/flash/nor/str7x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c
index 069e90c2..3a74d353 100644
--- a/src/flash/nor/str7x.c
+++ b/src/flash/nor/str7x.c
@@ -406,6 +406,8 @@ static int str7x_write_block(struct flash_bank *bank, uint8_t *buffer,
struct arm_algorithm armv4_5_info;
int retval = ERROR_OK;
+ /* see contib/loaders/flash/str7x.s for src */
+
static const uint32_t str7x_flash_write_code[] = {
/* write: */
0xe3a04201, /* mov r4, #0x10000000 */