]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: remove invalid access to PCI_BRDGOPT2 register
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Thu, 13 Oct 2011 13:12:23 +0000 (15:12 +0200)
committerStefan Roese <sr@denx.de>
Thu, 1 Dec 2011 08:10:34 +0000 (09:10 +0100)
commitbaa3713fe258b7a970602438916fed9b5b267f82
tree7bb3b8755c6dad93c724045bf97369ed239c2b39
parent2fe6b7f70f423b66e23ad6fb0848b71252b2b2cd
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>
board/esd/pmc440/pmc440.c