diff options
author | Wolfgang Denk <wd@denx.de> | 2007-09-07 00:15:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-09-07 00:15:04 +0200 |
commit | 3dd42fd5e2169f6d0be3523ae2bc99da8ff55e49 (patch) | |
tree | 6976940042062059a583edd1f631976e90545a57 /board/cds | |
parent | 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2 (diff) | |
parent | 56a9270521baaa00e12639a978302a67f61ef060 (diff) | |
download | u-boot-imx-3dd42fd5e2169f6d0be3523ae2bc99da8ff55e49.zip u-boot-imx-3dd42fd5e2169f6d0be3523ae2bc99da8ff55e49.tar.gz u-boot-imx-3dd42fd5e2169f6d0be3523ae2bc99da8ff55e49.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
Diffstat (limited to 'board/cds')
-rw-r--r-- | board/cds/mpc8548cds/mpc8548cds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cds/mpc8548cds/mpc8548cds.c b/board/cds/mpc8548cds/mpc8548cds.c index 796ae22..36d7e1e 100644 --- a/board/cds/mpc8548cds/mpc8548cds.c +++ b/board/cds/mpc8548cds/mpc8548cds.c @@ -542,7 +542,7 @@ ft_pci_setup(void *blob, bd_t *bd) #endif #ifdef CONFIG_PCIE1 - p = (u32 *)ft_get_prop(blob, "/" OF_SOC "/pci@a000/bus-range", &len); + p = (u32 *)ft_get_prop(blob, "/" OF_SOC "/pcie@a000/bus-range", &len); if (p != NULL) { p[0] = 0; p[1] = pcie1_hose.last_busno - pcie1_hose.first_busno; |