
14 Jun
2023
14 Jun
'23
9:05 a.m.
On Tue, Jun 13, 2023 at 05:35:58AM +0000, Padmarao.Begari@microchip.com 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.