summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-05-18 19:21:53 +0200
committerStefan Roese <sr@denx.de>2006-05-18 19:21:53 +0200
commit5770a1e488621a9e7e344afed7c921ff4e715a63 (patch)
treeefcba80c3d3f0cc020eb554dd02f7e92f5b8e9e0 /cpu
parentb62fa913d47e1dab7cbb055dae627c434ea57255 (diff)
downloadbarebox-5770a1e488621a9e7e344afed7c921ff4e715a63.tar.gz
barebox-5770a1e488621a9e7e344afed7c921ff4e715a63.tar.xz
Fix problem in PVR detection for 440GR
Patch by Stefan Roese, 18 May 2006
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c
index 095e2b866d..d9b5d32c90 100644
--- a/cpu/ppc4xx/cpu.c
+++ b/cpu/ppc4xx/cpu.c
@@ -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 */