arch/esp32 bringup openeth
This commit is contained in:
parent
9af8299af5
commit
1be1149fdd
@ -336,6 +336,14 @@ int esp32_bringup(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_ESP32_OPENETH
|
||||||
|
ret = esp32_openeth_initialize();
|
||||||
|
if (ret < 0)
|
||||||
|
{
|
||||||
|
syslog(LOG_ERR, "ERROR: Failed to initialize Open ETH ethernet.\n");
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* First, register the timer drivers and let timer 1 for oneshot
|
/* First, register the timer drivers and let timer 1 for oneshot
|
||||||
* if it is enabled.
|
* if it is enabled.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user