commit | 0d364e495171f9b3f1b5ebee61cabc1330a26155 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | Sun Jun 24 17:23:41 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Jun 25 11:57:50 2007 +0200 |
tree | dd3a22e10311ad1615c903925af70515216a785c | |
parent | cf965c984bd9365fe9cea3a47af63016d9c52931 [diff] |
ppc4xx: Add pci_pre_init() for 405 boards This patch adds support for calling a plattform dependant pci_pre_init() function for 405 boards. This can be used to move the current pci_405gp_fixup_irq() function into the board code. This patch also makes the CFG_PCI_PRE_INIT define obsolete. A default function with 'weak' attribute is used when a board specific pci_pre_init() is not implemented. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>