From fe5d55977ec0417b72f9f7eedf20fd9d210b9522 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Wed, 14 Apr 2010 00:45:48 +0000 Subject: tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in imagetag (was invalid strings in bcm_tag.h). Closes #7120 SVN-Revision: 20850 --- .../linux/brcm63xx/files/arch/mips/include/asm/mach-bcm63xx/bcm_tag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target') 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", \ } /* -- cgit v1.2.3