diff mbox

[U-Boot] Fix wrong SVR value for MPC8567 and MPC8567E processors

Message ID AANLkTikRhLrujoAteLSc78rS6cKGYR-1FnTjcHQoW1Yf@mail.gmail.com
State Accepted
Commit afabe4b94e35af74f3dfc13d833bf47d367c2051
Delegated to: Kumar Gala
Headers show

Commit Message

Piergiorgio Beruto Jan. 4, 2011, 1:32 p.m. UTC
---
 arch/powerpc/include/asm/processor.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Kumar Gala Jan. 5, 2011, 12:14 a.m. UTC | #1
On Jan 4, 2011, at 7:32 AM, Piergiorgio Beruto wrote:

> ---
> arch/powerpc/include/asm/processor.h |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)

applied, in the future please provide a 'Signed-off-by'

- k
diff mbox

Patch

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