diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fdtgrep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c index b9078273c95..e373c43e369 100644 --- a/tools/fdtgrep.c +++ b/tools/fdtgrep.c @@ -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) |