From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Wed, 18 Nov 2009 16:13:50 +0100 Subject: [U-Boot] [PATCH 1/3 v2] ppc4xx: Consolidate pci_target_init() function In-Reply-To: <1258452712-17306-1-git-send-email-sr@denx.de> References: <1258452712-17306-1-git-send-email-sr@denx.de> Message-ID: <200911181613.50856.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 17 November 2009 11:11, Stefan Roese wrote: > 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 Acked-by: Matthias Fuchs