Merge with /home/sr/git/u-boot/denx-merge-sr

This commit is contained in:
Wolfgang Denk 2007-01-15 12:48:05 +01:00 committed by Wolfgang Denk
commit 9c3b365a88

View File

@ -439,7 +439,7 @@ int ppc440spe_revB() {
unsigned int pvr;
pvr = get_pvr();
if (pvr == PVR_440SPe_RB)
if ((pvr == PVR_440SPe_6_RB) || (pvr == PVR_440SPe_RB))
return 1;
else
return 0;