commit | 9a81c61249d8361ed57d81f496121f3eb9c0eee8 | [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 | b0b867462c569e7accd6f78c942cbab028116ecf [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>