]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/str7x.c
src: add loader src description
[openocd] / src / flash / nor / str7x.c
index 069e90c2e4ca3bec91c8a40e51a8f0bbc324b32f..3a74d3538b7c422d56aa5ec386abe606c6e86d0b 100644 (file)
@@ -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     */