From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 04 Dec 2008 10:43:33 -0600 Subject: [U-Boot] [PATCH v4 3/3] XPedite5370 board support In-Reply-To: <2acbd3e40812040114x36c3646fsd248f38ce6bd91e4@mail.gmail.com> References: <1a8f4a42c6e9881bc2eebe787d82be8cff9e6842.1228160312.git.ptyser@xes-inc.com> <2acbd3e40812040114x36c3646fsd248f38ce6bd91e4@mail.gmail.com> Message-ID: <1228409013.6206.303.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2008-12-04 at 03:14 -0600, Andy Fleming wrote: > + } > +#else > + gur->devdisr |= MPC85xx_DEVDISR_PCIE1; /* disable */ > +#endif /* CONFIG_PCIE2 */ > > > MPC85xx_DEVDISR_PCIE1 isn't defined anywhere. Did you miss some > changes you made to header files? Thanks for catching that. I noticed the same DEVDISR_PCIEx value was being used for PCIE2 and PCIE3 in v2 of the patch so quickly "fixed" it in v3 by changing the DEVDISR value for PCIE2. That fix should have been changing the DEVDISR value for PCIE3, not PCIE2. I'll resubmit. Thanks, Peter