arch/esp32 bringup openeth

This commit is contained in:
Marco Casaroli 2024-03-11 18:49:31 +00:00 committed by Alan Carvalho de Assis
parent 9af8299af5
commit 1be1149fdd

View File

@ -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.
*/ */