summaryrefslogtreecommitdiff
path: root/board/freescale/mpc832xemds/pci.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-12-20 15:57:28 -0600
committerKim Phillips <kim.phillips@freescale.com>2008-01-08 09:56:42 -0600
commitb3458d2cd55d01732e30a76d898afd99e871cd67 (patch)
tree0bade71ea74f792090737d2559f8644b578ac64a /board/freescale/mpc832xemds/pci.c
parent5b8bc606c61456566af6912f818a153b6b06f242 (diff)
downloadu-boot-imx-b3458d2cd55d01732e30a76d898afd99e871cd67.zip
u-boot-imx-b3458d2cd55d01732e30a76d898afd99e871cd67.tar.gz
u-boot-imx-b3458d2cd55d01732e30a76d898afd99e871cd67.tar.bz2
mpc83xx: remove FLAT_TREE code
need to rm it from pci code, too! Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
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 d50b78a..21641d4 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);