commit | eb08f6d31e3517cc0e8422856860a13a0f38ce75 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri May 21 15:06:19 2010 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Jul 01 10:26:01 2010 +0200 |
tree | 614d327ef9600862b6539c85f2aae13b5795aa50 | |
parent | 5f52bd19f14eb66872b1f88ee5b40c64fd558934 [diff] |
ppc4xx: Enable PCIe support without PCI support on PPC440/460 By not defining CONFIG_SYS_PCI_MASTER_INIT and CONFIG_SYS_PCI_TARGET_INIT, PCI support (host and adapter) will not be enabled. But it's still possible to use the U-Boot PCI infrastructure for the PCIe ports. This configuration option is needed for a new 460GT board, which uses PCIe but has PCI disabled. Signed-off-by: Stefan Roese <sr@denx.de>