src: add loader src description

- add comment where to find the various loaders src files.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-10-28 10:08:16 +01:00
parent 1fafb669c9
commit 4617cd0f91
8 changed files with 17 additions and 0 deletions

View File

@@ -613,6 +613,8 @@ int mips32_checksum_memory(struct target *target, uint32_t address,
int retval;
uint32_t i;
/* see contib/loaders/checksum/mips32.s for src */
static const uint32_t mips_crc_code[] =
{
0x248C0000, /* addiu $t4, $a0, 0 */