commit | 96467d69da8df92120bb23249e9dc0c866f996a6 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu May 18 19:21:53 2006 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu May 18 19:21:53 2006 +0200 |
tree | efcba80c3d3f0cc020eb554dd02f7e92f5b8e9e0 | |
parent | 9a460d29498bc588a441cb2c2347f10d8c34a560 [diff] [blame] |
Fix problem in PVR detection for 440GR Patch by Stefan Roese, 18 May 2006
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index 095e2b8..d9b5d32 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c
@@ -234,7 +234,7 @@ 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 */