提交 5770a1e4 编写于 作者: S Stefan Roese

Fix problem in PVR detection for 440GR

Patch by Stefan Roese, 18 May 2006
上级 b62fa913
......@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix problem in PVR detection for 440GR
Patch by Stefan Roese, 18 May 2006
* Fix gcc 3.4.x AFLAGS setting for m68k platform.
* Enable autoboot for M5271EVB board.
......
......@@ -234,7 +234,7 @@ int checkcpu (void)
puts("GR Rev. A");
break;
case PVR_440EP_RB: /* 440EP rev C and 440GR rev B have same PVR */
case PVR_440GR_RB: /* 440EP rev C and 440GR rev B have same PVR */
puts("GR Rev. B");
break;
#endif /* CONFIG_440GR */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册