commit | 3583fabaf902dd1130d3a58ff99dcc57d1f3020a | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd.eu> | Thu Oct 13 15:12:23 2011 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 01 09:10:34 2011 +0100 |
tree | 7bb3b8755c6dad93c724045bf97369ed239c2b39 | |
parent | 24d094dc195cb03984c9e43a0aed7486cfd2778f [diff] |
ppc4xx: remove invalid access to PCI_BRDGOPT2 register This patch removes an invalid call to pci_write_config_dword to PCI_BRDGOPT2 register. This function must not be used from pci_target_init and is also at the wrong place. The correct call is done later in pci_target_init via pci_hose_write_config_dword. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>