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

2009-11-19 Thread Stefan Roese
On Friday 13 November 2009 11:24:21 Stefan Roese wrote: > This patch removes the duplicted implementations of the pci_master_init() > function by introducing a weak default function for it. It can be > overridden by a board specific version. Applied to u-boot-ppc4xx/next. Thanks. Cheers, Stefan

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

2009-11-13 Thread Stefan Roese
This patch removes the duplicted implementations of the pci_master_init() function by introducing a weak default function for it. It can be overridden by a board specific version. Signed-off-by: Stefan Roese --- board/amcc/bamboo/bamboo.c| 21 - board/amcc/sequo