]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/fdtgrep.c
ehci-pci: Prepare for usage of readl()/writel() accessors
[people/ms/u-boot.git] / tools / fdtgrep.c
index b9078273c954b97c6d7740147cd51fc1e42ff4a2..e373c43e3699e3d4387072f4dd89dfa061284ce6 100644 (file)
@@ -810,9 +810,6 @@ static int do_fdtgrep(struct display_info *disp, const char *filename)
                                disp->flags);
                if (count < 0) {
                        report_error("fdt_find_regions", count);
-                       if (count == -FDT_ERR_BADLAYOUT)
-                               fprintf(stderr,
-                                       "/aliases node must come before all other nodes\n");
                        return -1;
                }
                if (count <= max_regions)