diff options
author | Anton Antonov <Anton.Antonov@arm.com> | 2023-05-30 02:55:16 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-02 11:36:27 +0200 |
commit | 3efb3b801bb1393897ff58b9af3753157f28f441 (patch) | |
tree | 7b7214763cc3991d1b2b7407b26a1539fa0c911a /target/linux/armvirt/image | |
parent | c3151b6f04579a937b7cb166bbeff0d0ee539946 (diff) |
armvirt: 64: Add NXP i.MX 8M Mini/Nano/Quad/Plus EVK support
Also includes Advantech RSB-3720 (iMX8 Plus) support.
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Signed-off-by: Mathew McBride <matt@traverse.com.au>
[Re-sort into kernel config, move network into modules]
Diffstat (limited to 'target/linux/armvirt/image')
-rw-r--r-- | target/linux/armvirt/image/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/armvirt/image/Makefile b/target/linux/armvirt/image/Makefile index ef27d6a728..7c4ba60b9b 100644 --- a/target/linux/armvirt/image/Makefile +++ b/target/linux/armvirt/image/Makefile @@ -108,9 +108,9 @@ define Device/generic DEVICE_PACKAGES += kmod-amazon-ena kmod-e1000e kmod-vmxnet3 kmod-rtc-rx8025 \ kmod-i2c-mux-pca954x kmod-gpio-pca953x partx-utils kmod-wdt-sp805 \ kmod-mvneta kmod-mvpp2 kmod-fsl-dpaa1-net kmod-fsl-dpaa2-net \ - kmod-fsl-enetc-net kmod-sfp \ - kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell kmod-phy-marvell-10g \ - kmod-atlantic + kmod-fsl-enetc-net kmod-dwmac-imx kmod-fsl-fec kmod-sfp \ + kmod-phy-aquantia kmod-phy-broadcom kmod-phy-marvell \ + kmod-phy-marvell-10g kmod-atlantic endef TARGET_DEVICES += generic |