aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hoyes <Peter.Hoyes@arm.com>2021-11-11 09:26:03 +0000
committerTom Rini <trini@konsulko.com>2022-01-04 22:48:48 -0500
commit439581dca4c786dbbdd2d6be024e0b907a3b0c80 (patch)
treec06c897a36d854cb8abe9e8e18150f7d8f22c34d /include
parent2661397464e47d45cd25bbc5e6b9de7594b3268d (diff)
downloadu-boot-439581dca4c786dbbdd2d6be024e0b907a3b0c80.zip
u-boot-439581dca4c786dbbdd2d6be024e0b907a3b0c80.tar.gz
u-boot-439581dca4c786dbbdd2d6be024e0b907a3b0c80.tar.bz2
vexpress64: Enable VIRTIO_NET network driver
The SMSC driver is using the old driver model. Init the virtio system in vexpress64.c so that the network device is discovered. Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vexpress_aemv8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h
index 5f7d19d..54e8cae 100644
--- a/include/configs/vexpress_aemv8.h
+++ b/include/configs/vexpress_aemv8.h
@@ -88,8 +88,8 @@
#endif
#endif /* !CONFIG_GICV3 */
-#ifndef CONFIG_TARGET_VEXPRESS64_JUNO
-/* The Vexpress64 simulators use SMSC91C111 */
+#if defined(CONFIG_TARGET_VEXPRESS64_BASE_FVP) && !defined(CONFIG_DM_ETH)
+/* The Vexpress64 BASE_FVP simulator uses SMSC91C111 */
#define CONFIG_SMC91111 1
#define CONFIG_SMC91111_BASE (V2M_PA_BASE + 0x01A000000)
#endif