diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-04-14 00:45:48 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-04-14 00:45:48 +0000 |
commit | fe5d55977ec0417b72f9f7eedf20fd9d210b9522 (patch) | |
tree | ce7cfd4338035d63b930d271157948f7dd2dc51b /target | |
parent | 396a3c5385f9e90f909520144dc007c0eb9c982a (diff) | |
download | upstream-fe5d55977ec0417b72f9f7eedf20fd9d210b9522.tar.gz upstream-fe5d55977ec0417b72f9f7eedf20fd9d210b9522.tar.bz2 upstream-fe5d55977ec0417b72f9f7eedf20fd9d210b9522.zip |
tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120
SVN-Revision: 20850
Diffstat (limited to 'target')
-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", \ } /* |