commit | 4698fc959986e8c005fbc481928b1aaa0b91ae7f | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Oct 29 16:54:52 2009 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Nov 09 11:27:08 2009 +0100 |
tree | 8fdae979d28249f795d065809321bad7ca138e52 | |
parent | e53b5cdc27910aa995c8ee398752c84e826f6b33 [diff] |
ppc4xx: Remove duplicated is_pci_host() functions This patch introduces a weak default function for is_pci_host(), returning 1. This is the default behaviour, since most boards only implement PCI host functionality. This weak default can be overridden by a board specific version if needed. Signed-off-by: Stefan Roese <sr@denx.de>