]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix problem in PVR detection for 440GR LABEL_2006_05_19_1133
authorStefan Roese <sr@denx.de>
Thu, 18 May 2006 17:21:53 +0000 (19:21 +0200)
committerStefan Roese <sr@denx.de>
Thu, 18 May 2006 17:21:53 +0000 (19:21 +0200)
Patch by Stefan Roese, 18 May 2006

CHANGELOG
cpu/ppc4xx/cpu.c

index af6e115dcfac1d1b845a3996c47e9189480d8a92..add6b2980c66b43634215d7d683ecaf68524f3ff 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.
index 095e2b866d166659ff7a6fe26cf28aac7676aabc..d9b5d32c90cce95d00a5f23c8519366a39e3c321 100644 (file)
@@ -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 */