On Tue, Jun 13, 2023 at 05:35:58AM +0000, [email protected] wrote: > On Wed, 2023-06-07 at 11:06 +0100, Conor Dooley wrote:
> > @@ -123,6 +123,15 @@ int board_late_init(void)
> >
> > mac_addr[5] = device_serial_number[0] + 1;
> >
> > + node = fdt_path_offset(blob, "/soc/ethernet@20110000");
> > + if (node >= 0) {
> > + ret = fdt_setprop(blob, node, "local-mac-address",
> > mac_addr, 6);
> > + if (ret) {
> > + printf("Error setting local-mac-address
> > property for ethernet@20112000\n");
> The print error is for ethernet@20110000 not ethernet@20112000.
Ah, good spot, thanks. I'll fix that up and resubmit.
Thanks,
Conor.
signature.asc
Description: PGP signature

