Re: [U-Boot] [PATCH] ppc4xx: Implement is_pci_host() for 405 CPUs

2009-07-05 Thread Stefan Roese
On Friday 03 July 2009 16:06:06 Matthias Fuchs wrote: > This patch implements the is_pci_host() function in a similiar way > as it is used on 440 targets. > > The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not > build on 405EP targets because checking the PCI arbiter is different. > So

[U-Boot] [PATCH] ppc4xx: Implement is_pci_host() for 405 CPUs

2009-07-03 Thread Matthias Fuchs
This patch implements the is_pci_host() function in a similiar way as it is used on 440 targets. The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not build on 405EP targets because checking the PCI arbiter is different. So putting the fixed code into a separate function makes the code mo