提交 5a5c5698 编写于 作者: S Stefan Roese

[PATCH] Fix 440SPe rev B detection from previous patch

Signed-off-by: NStefan Roese <sr@denx.de>
上级 44cd6de2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册