[U-Boot] [POWERPC] [BUG?] ppc4xx: PCIX0_STS versus PCIX0_STATUS in 4xx_pci.c

carolyn.j.smith at tektronix.com carolyn.j.smith at tektronix.com
Fri Sep 5 23:56:20 CEST 2008


Hello everyone,

In the pci_440_init function in cpu/ppc4xx/4xx_pci.c, shouldn't this

out32r( PCIX0_STS, in32r( PCIX0_STS ) & ~0x0000fff8 );

really be this?

out32r( PCIX0_STATUS, in32r( PCIX0_STATUS ) & ~0x0000fff8 );

Thanks,
Carolyn


More information about the U-Boot mailing list