diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-12 16:06:05 +0100 |
commit | 7481266e4e4a1488ab197cc7beecd6eda0c34ffb (patch) | |
tree | 815742a284bfb6ccdd47df0e317e61baa7322645 /cpu/ppc4xx | |
parent | a889bd27ef2a9c01eb5b10d067765545781efa0a (diff) | |
download | u-boot-imx-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.zip u-boot-imx-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.gz u-boot-imx-7481266e4e4a1488ab197cc7beecd6eda0c34ffb.tar.bz2 |
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index a463053..a26533c 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 } |