commit | 8e538be15312729f4fa773d9df62cd21463e3ec3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Nov 12 12:00:49 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Nov 19 11:35:08 2009 +0100 |
tree | d94be4d3a2e4466ef0a6780616a82c2599df20cb | |
parent | c32d80f8bdda517a7a0d8481592a29788614bafb [diff] |
ppc4xx: Consolidate pci_target_init() function This patch removes the duplicted implementations of the pci_target_init() function by introducing a weak default function for it. This weak default has a different implementation for 440EP(x)/GR(x) PPC's. It can be overridden by a board specific version (e.g. PMC440, korat). Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>