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/pic32mx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/flash/nor/pic32mx.c') diff --git a/src/flash/nor/pic32mx.c b/src/flash/nor/pic32mx.c index 363f49e8..6e51f1aa 100644 --- a/src/flash/nor/pic32mx.c +++ b/src/flash/nor/pic32mx.c @@ -227,6 +227,8 @@ static int pic32mx_protect(struct flash_bank *bank, int set, int first, int last return ERROR_OK; } +/* see contib/loaders/flash/pic32mx.s for src */ + static const uint32_t pic32mx_flash_write_code[] = { /* write: */ 0x3C08AA99, /* lui $t0, 0xaa99 */ -- cgit v1.2.3