Booting my t1042 I get:
Loading Ramdisk to 2e639000, end 2ffffcc4 ... OK
Loading Device Tree to 03fe4000, end 03fffd45 ... OK
WARNING Could not get liodn of node /pcie@ffe240000: FDT_ERR_NOTFOUND
WARNING Could not get liodn of node /pcie@ffe250000: FDT_ERR_NOTFOUND
WARNING Could not get liodn of node /pcie@ffe240000: FDT_ERR_NOTFOUND
WARNING Could not get liodn of node /pcie@ffe250000: FDT_ERR_NOTFOUND
....

This apperas to come from 
                base_liodn = fdt_getprop(fdt, off, "fsl,liodn", &rc);
                if (!base_liodn) {
                        char path[64];

                        if (fdt_get_path(fdt, off, path, sizeof(path)) < 
0)
                                strcpy(path, "(unknown)");
                        printf("WARNING Could not get liodn of node %s: 
%s\n",
                               path, fdt_strerror(rc));
                        continue;
                }

but I cannot find out  what what this property should be. Anyone?
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to