]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/common/cds_pci_ft.c
Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / board / freescale / common / cds_pci_ft.c
index 6f221aff26fcfa79969fb563c128850cbbd01e3c..8a09f99cc4e7e852ea79cc0454269d9efde3b681 100644 (file)
 #if defined(CONFIG_OF_BOARD_SETUP)
 static void cds_pci_fixup(void *blob)
 {
-       int node, tmp[2];
+       int node;
        const char *path;
        int len, slot, i;
        u32 *map = NULL;
 
        node = fdt_path_offset(blob, "/aliases");
-       tmp[0] = 0;
        if (node >= 0) {
                path = fdt_getprop(blob, node, "pci0", NULL);
                if (path) {