microblaze: Fix number of pvr regs
Microblaze has only 11 pvr regs according manual. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
c8f77436d1
commit
aee04d76d2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
#define PVR_MSR_BIT 0x400
|
#define PVR_MSR_BIT 0x400
|
||||||
|
|
||||||
struct pvr_s {
|
struct pvr_s {
|
||||||
unsigned pvr[16];
|
unsigned pvr[12];
|
||||||
};
|
};
|
||||||
|
|
||||||
/* The following taken from Xilinx's standalone BSP pvr.h */
|
/* The following taken from Xilinx's standalone BSP pvr.h */
|
||||||
|
|
Loading…
Add table
Reference in a new issue