projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a271e
)
MIPS: bcm63xx: Fix header_crc comment in bcm963xx_tag.h
author
Jonas Gorski
<
[email protected]
>
Fri, 8 Apr 2011 12:32:15 +0000
(14:32 +0200)
committer
Ralf Baechle
<
[email protected]
>
Tue, 10 May 2011 17:15:24 +0000
(18:15 +0100)
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]
>
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
b/arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
index 32978d32561a035810cf4e8e90fb6516510c99c0..ed72e6a26b736d2686f0fc68f7e297be5c805250 100644
(file)
--- a/
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
+++ b/
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h
@@
-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];