summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/cpu.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-12-12 16:06:05 +0100
committerWolfgang Denk <wd@pollux.(none)>2005-12-12 16:06:05 +0100
commit7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch)
tree815742a284bfb6ccdd47df0e317e61baa7322645 /cpu/ppc4xx/cpu.c
parenta889bd27ef2a9c01eb5b10d067765545781efa0a (diff)
downloadbarebox-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.gz
barebox-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.xz
Diffstat (limited to 'cpu/ppc4xx/cpu.c')
-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 a4630530a7..a26533c59c 100644
--- a/cpu/ppc4xx/cpu.c
+++ b/cpu/ppc4xx/cpu.c
@@ -57,7 +57,7 @@ int pci_async_enabled(void)
#if defined(CONFIG_440EP) || defined(CONFIG_440GR)
unsigned long val;
- mfsdr(cpc0_strp1, val);
+ mfsdr(sdr_sdstp1, val);
return (val & SDR0_SDSTP1_PAME_MASK);
#endif
}