Skip to content

Commit

Permalink
remove nogmac + extras env
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jan 10, 2024
1 parent 8a2464e commit 005dbdb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/mips/lib/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,6 @@ extern void board_usb_init(void);
// GPIOs to be set after net initialization fails
printf("GPIO: gpio_default_net \n");
handle_gpio_settings("gpio_default_net");

if(!getenv("extras"))
setenv("extras", "nogmac");
}
#endif

/* User defined GPIO set */
Expand Down Expand Up @@ -430,4 +426,4 @@ int checkboard(void)
sprintf(output, "Built profile: %s\n", SOC_VAR);
puts(output);
return 0;
}
}

0 comments on commit 005dbdb

Please sign in to comment.