From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Wed, 15 Apr 2009 16:51:33 +0300 Subject: [U-Boot] Disabling PCI on PPC460EX Message-ID: <49E5E665.1090409@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Is there a way to disable PCI on 460EX (via some config option) while leaving PCI-E enabled ? I'm asking because on custom board I have PCI is unused, but both PCI-E slots should be enabled. I had problems with this in u-boot-1.3.4, and had to modify pci_init_board() to not invoke pci_440_init(). Thanks. Felix.