mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-16 07:27:09 -04:00
Fix problem in PVR detection for 440GR
Patch by Stefan Roese, 18 May 2006
This commit is contained in:
parent
b62fa913d4
commit
5770a1e488
@ -2,6 +2,9 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
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.
|
* Fix gcc 3.4.x AFLAGS setting for m68k platform.
|
||||||
|
|
||||||
* Enable autoboot for M5271EVB board.
|
* Enable autoboot for M5271EVB board.
|
||||||
|
@ -234,7 +234,7 @@ int checkcpu (void)
|
|||||||
puts("GR Rev. A");
|
puts("GR Rev. A");
|
||||||
break;
|
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");
|
puts("GR Rev. B");
|
||||||
break;
|
break;
|
||||||
#endif /* CONFIG_440GR */
|
#endif /* CONFIG_440GR */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user