mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
arch: arm64: Remove arm64_netinitialize() from qemu_boot.c
Summary: - This commit removes arm64_netinitialize() from qemu_boot.c Impact: - None Testing: - Tested with QEMU-7.1 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5c8d9c928a
commit
b1ebca68f1
@@ -103,10 +103,3 @@ void arm64_chip_boot(void)
|
||||
qemu_earlyserialinit();
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(CONFIG_NET) && !defined(CONFIG_NETDEV_LATEINIT)
|
||||
void arm64_netinitialize(void)
|
||||
{
|
||||
/* TODO: qemu net support will be support */
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user