From 01c422aa6b1b95bb67268ac05bf8e5b81b1cd0d9 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 8 Aug 2007 15:35:22 +0000 Subject: [PATCH] Fix the bcm96358 PRID SVN-Revision: 8381 --- target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch index 92fc2252ce..f85ceb9c8d 100644 --- a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch +++ b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch @@ -184,7 +184,7 @@ diff -urN linux-2.6.19/include/asm-mips/cpu.h linux-2.6.19.new/include/asm-mips/ +#define PRID_IMP_BCM6338 0x9000 +#define PRID_IMP_BCM6345 0x8000 +#define PRID_IMP_BCM6348 0x9100 -+#define PRID_IMP_BCM6358 0x9200 ++#define PRID_IMP_BCM6358 0xA000 + /* * Definitions for 7:0 on legacy processors -- 2.30.2