Skip to content
Snippets Groups Projects
Commit afabe4b9 authored by Piergiorgio Beruto's avatar Piergiorgio Beruto Committed by Kumar Gala
Browse files

powerpc/85xx: Fix wrong SVR value for MPC8567 and MPC8567E processors

parent 70ea7f82
No related branches found
No related tags found
No related merge requests found
...@@ -1030,8 +1030,8 @@ ...@@ -1030,8 +1030,8 @@
#define SVR_8555 0x807100 #define SVR_8555 0x807100
#define SVR_8555_E 0x807900 #define SVR_8555_E 0x807900
#define SVR_8560 0x807000 #define SVR_8560 0x807000
#define SVR_8567 0x807600 #define SVR_8567 0x807501
#define SVR_8567_E 0x807E00 #define SVR_8567_E 0x807D01
#define SVR_8568 0x807500 #define SVR_8568 0x807500
#define SVR_8568_E 0x807D00 #define SVR_8568_E 0x807D00
#define SVR_8569 0x808000 #define SVR_8569 0x808000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment