From 4617cd0f911d64a460d99d25c531ddc55f2452ca Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 28 Oct 2010 10:08:16 +0100 Subject: src: add loader src description - add comment where to find the various loaders src files. Signed-off-by: Spencer Oliver --- src/flash/nor/str9x.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/flash/nor/str9x.c') diff --git a/src/flash/nor/str9x.c b/src/flash/nor/str9x.c index cfe6a777..1e71753e 100644 --- a/src/flash/nor/str9x.c +++ b/src/flash/nor/str9x.c @@ -364,6 +364,8 @@ static int str9x_write_block(struct flash_bank *bank, struct arm_algorithm armv4_5_info; int retval = ERROR_OK; + /* see contib/loaders/flash/str9x.s for src */ + static const uint32_t str9x_flash_write_code[] = { /* write: */ 0xe3c14003, /* bic r4, r1, #3 */ -- cgit v1.2.3