diff --git a/arch/arm64/src/qemu/qemu_boot.c b/arch/arm64/src/qemu/qemu_boot.c index 798b6a320c..aa7d8010ef 100644 --- a/arch/arm64/src/qemu/qemu_boot.c +++ b/arch/arm64/src/qemu/qemu_boot.c @@ -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