Skip to content

Commit

Permalink
MIPS: bcm63xx: Fix header_crc comment in bcm963xx_tag.h
Browse files Browse the repository at this point in the history
The CRC32 actually includes the tag_version.

Signed-off-by: Jonas Gorski <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/2275/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
KanjiMonster authored and ralfbaechle committed May 10, 2011
1 parent 23a271e commit 7da34c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct bcm_tag {
char kernel_crc[CRC_LEN];
/* 228-235: Unused at present */
char reserved1[8];
/* 236-239: CRC32 of header excluding tagVersion */
/* 236-239: CRC32 of header excluding last 20 bytes */
char header_crc[CRC_LEN];
/* 240-255: Unused at present */
char reserved2[16];
Expand Down

0 comments on commit 7da34c1

Please sign in to comment.