FIX: [hw29] correct mac address assignment

BugzId: 78538
This commit is contained in:
Marcel Reichmuth 2022-07-05 15:56:23 +02:00
parent 872dee4eeb
commit 1097dfd5a3
1 changed files with 2 additions and 3 deletions

View File

@ -701,9 +701,8 @@ int board_late_init(void)
set_devicetree_name();
set_mac_address(0, 0);
set_mac_address(1, 1);
set_mac_address(2, 2);
set_mac_address(2, 0);
set_mac_address(0, 1);
/* Take phy out of reset after FPGA was loaded */
gpio_set_value(29, 1);