[U-Boot] [PATCH 3/5] ixp: move pci init in arm/board instead of cpu

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Jan 22 09:15:13 CET 2009


On 08:51 Thu 22 Jan     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <1232604438-15471-4-git-send-email-plagnioj at jcrosoft.com> you wrote:
> > 
> > +#if defined(CONFIG_CMD_PCI) || defined (CONFIG_PCI)
> > +#include <pci.h>
> > +static int arm_pci_init(void)
> > +{
> > +	pci_init();
> > +	return 0;
> > +}
> 
> Maybe pci_init() should return some error code?
no it does not

Best Regards,
J.


More information about the U-Boot mailing list