mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Merge with /home/sr/git/u-boot/denx-merge-sr
This commit is contained in:
commit
9c3b365a88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue