public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Correct register for pci async mode on PPC440EP
@ 2005-12-08  8:35 Youngchul Bang
  2005-12-10  8:02 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Youngchul Bang @ 2005-12-08  8:35 UTC (permalink / raw)
  To: u-boot

Hi, Stefan

This patch fixes the register for PCI async mode configuration information.

Best regards,
Youngchul Bang


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
 }

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-10  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-08  8:35 [U-Boot-Users] [PATCH] Correct register for pci async mode on PPC440EP Youngchul Bang
2005-12-10  8:02 ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox