Re: [U-Boot] [PATCH 2/3] ppc4xx: Consolidate pci_pre_init() function

2009-11-19 Thread Stefan Roese
On Friday 13 November 2009 11:24:06 Stefan Roese wrote: > This patch removes the duplicted implementations of the pci_pre_init() > function by introducing a weak default function for it. This weak default > has a different implementation for some PPC variants. It can be > overridden by a board spec

[U-Boot] [PATCH 2/3] ppc4xx: Consolidate pci_pre_init() function

2009-11-13 Thread Stefan Roese
This patch removes the duplicted implementations of the pci_pre_init() function by introducing a weak default function for it. This weak default has a different implementation for some PPC variants. It can be overridden by a board specific version. Signed-off-by: Stefan Roese --- board/amcc/bamb