diff options
author | Stefan Roese <sr@denx.de> | 2009-10-29 16:54:52 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-11-09 11:27:08 +0100 |
commit | 9a81c61249d8361ed57d81f496121f3eb9c0eee8 (patch) | |
tree | 8fdae979d28249f795d065809321bad7ca138e52 /board/esd/pmc440 | |
parent | b0b867462c569e7accd6f78c942cbab028116ecf (diff) | |
download | u-boot-imx-9a81c61249d8361ed57d81f496121f3eb9c0eee8.zip u-boot-imx-9a81c61249d8361ed57d81f496121f3eb9c0eee8.tar.gz u-boot-imx-9a81c61249d8361ed57d81f496121f3eb9c0eee8.tar.bz2 |
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>
Diffstat (limited to 'board/esd/pmc440')
-rw-r--r-- | board/esd/pmc440/pmc440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/pmc440.c b/board/esd/pmc440/pmc440.c index ec92552..10901b4 100644 --- a/board/esd/pmc440/pmc440.c +++ b/board/esd/pmc440/pmc440.c @@ -712,7 +712,7 @@ static void wait_for_pci_ready(void) } /* - * is_pci_host + * Override weak is_pci_host() * * This routine is called to determine if a pci scan should be * performed. With various hardware environments (especially cPCI and |