From: Piergiorgio Beruto Date: Tue, 4 Jan 2011 13:32:15 +0000 (+0100) Subject: powerpc/85xx: Fix wrong SVR value for MPC8567 and MPC8567E processors X-Git-Tag: v2011.03-rc1~29^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afabe4b94e35af74f3dfc13d833bf47d367c2051;p=platform%2Fkernel%2Fu-boot.git powerpc/85xx: Fix wrong SVR value for MPC8567 and MPC8567E processors Signed-off-by: Piergiorgio Beruto Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 9cafe85..71fafa3 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/processor.h @@ -1030,8 +1030,8 @@ #define SVR_8555 0x807100 #define SVR_8555_E 0x807900 #define SVR_8560 0x807000 -#define SVR_8567 0x807600 -#define SVR_8567_E 0x807E00 +#define SVR_8567 0x807501 +#define SVR_8567_E 0x807D01 #define SVR_8568 0x807500 #define SVR_8568_E 0x807D00 #define SVR_8569 0x808000