diff options
| author | Daniel Dickinson | 2010-04-14 00:45:48 +0000 |
|---|---|---|
| committer | Daniel Dickinson | 2010-04-14 00:45:48 +0000 |
| commit | fc9d152186932bca66dbd279f647e7ba7a3a6e3c (patch) | |
| tree | 2b69990dd25dd5caf6d0ccdd12413bb3e72be454 | |
| parent | ed0832d7238b79a20c13f9e2c0f0611d98c004cf (diff) | |
| download | archive-fc9d152186932bca66dbd279f647e7ba7a3a6e3c.tar.gz | |
tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120
SVN-Revision: 20850
| -rw-r--r-- | target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h b/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h index d792562728..d6a5ee811e 100644 --- a/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h +++ b/target/linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h @@ -23,8 +23,8 @@ #define IMAGETAG_CRC_START 0xFFFFFFFF #define PIRELLI_BOARDS { \ - "AGPF_S0", \ - "DWV_SO", \ + "AGPF-S0", \ + "DWV-S0", \ } /* |