pkarashchenko commented on PR #10559:
URL: https://github.com/apache/nuttx/pull/10559#issuecomment-1712790811
Maybe just add
```
#if defined(CONFIG_NET) && !defined(CONFIG_NETDEV_LATEINIT)
void arm64_netinitialize(void)
{
/* TODO: Support net initialize */
}
#endif
```
to `arch/arm64/src/qemu/qemu_boot.c` like other arch's under `arm64`? We can
go with a separate file, but let's add `!defined(CONFIG_NETDEV_LATEINIT)` guard
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]