diff options
-rw-r--r-- | common/image-fdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c index e7540be8d6..7468b902b8 100644 --- a/common/image-fdt.c +++ b/common/image-fdt.c @@ -494,7 +494,6 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob, goto err; } } - fdt_fixup_ethernet(blob); /* Delete the old LMB reservation */ if (lmb) |