Re: [U-Boot] [PATCH] ppc4xx: Remove duplicated is_pci_host() functions

2009-11-09 Thread Stefan Roese
On Thursday 29 October 2009 18:47:05 Stefan Roese wrote: > This patch introduces a weak default function for is_pci_host(), > returning 1. This is the default behaviour, since most boards only > implement PCI host functionality. This weak default can be overridden > by a board specific version if n

[U-Boot] [PATCH] ppc4xx: Remove duplicated is_pci_host() functions

2009-10-29 Thread Stefan Roese
This patch introduces a weak default function for is_pci_host(), returning 1. This is the default behaviour, since most boards only implement PCI host functionality. This weak default can be overridden by a board specific version if needed. Signed-off-by: Stefan Roese --- board/amcc/bamboo/bambo