diff --git a/common/bootm_os.c b/common/bootm_os.c
index 72477f0b810b154c58fb7e581e89c905cc95cd06..cb83f4a9bd33f8fbb0c8877114c26cd5fd95d302 100644
--- a/common/bootm_os.c
+++ b/common/bootm_os.c
@@ -288,6 +288,8 @@ void do_bootvx_fdt(bootm_headers_t *images)
 		if (ret)
 			return;
 
+		fdt_fixup_ethernet(*of_flat_tree);
+
 		ret = fdt_add_subnode(*of_flat_tree, 0, "chosen");
 		if ((ret >= 0 || ret == -FDT_ERR_EXISTS)) {
 			bootline = getenv("bootargs");