mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 14:36:33 -04:00
Merge with /home/sr/git/u-boot/denx-merge-sr
This commit is contained in:
commit
9c3b365a88
@ -439,7 +439,7 @@ int ppc440spe_revB() {
|
|||||||
unsigned int pvr;
|
unsigned int pvr;
|
||||||
|
|
||||||
pvr = get_pvr();
|
pvr = get_pvr();
|
||||||
if (pvr == PVR_440SPe_RB)
|
if ((pvr == PVR_440SPe_6_RB) || (pvr == PVR_440SPe_RB))
|
||||||
return 1;
|
return 1;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user