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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user