Skip to content

Commit

Permalink
Disable set local-mac-address
Browse files Browse the repository at this point in the history
  • Loading branch information
orangepi-xunlong committed Jul 4, 2023
1 parent ac3b1ca commit 1f70ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/fdt_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,8 @@ void fdt_fixup_ethernet(void *fdt)

do_fixup_by_path(fdt, path, "mac-address",
&mac_addr, 6, 0);
do_fixup_by_path(fdt, path, "local-mac-address",
&mac_addr, 6, 1);
//do_fixup_by_path(fdt, path, "local-mac-address",
// &mac_addr, 6, 1);
}
}
}
Expand Down

0 comments on commit 1f70ac3

Please sign in to comment.