summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc832xemds/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mpc832xemds/pci.c')
-rw-r--r--board/freescale/mpc832xemds/pci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/mpc832xemds/pci.c b/board/freescale/mpc832xemds/pci.c
index d50b78aa84..21641d4396 100644
--- a/board/freescale/mpc832xemds/pci.c
+++ b/board/freescale/mpc832xemds/pci.c
@@ -269,9 +269,6 @@ void ft_pci_setup(void *blob, bd_t *bd)
int tmp[2];
const char *path;
- if (pci_num_buses < 1)
- return;
-
nodeoffset = fdt_path_offset(blob, "/aliases");
if (nodeoffset >= 0) {
path = fdt_getprop(blob, nodeoffset, "pci0", NULL);
OpenPOWER on IntegriCloud