mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
hook-functions: Add nvmem-imx-ocotp driver module to network boot
This driver module is required to initialize Ethernet (FEC) on ARM64 iMX8M devices. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
This commit is contained in:
parent
5f17c03e05
commit
8a6f73cfc9
@ -680,6 +680,10 @@ auto_add_modules()
|
||||
macvtap.ko pcmcia sb1000.ko team tokenring \
|
||||
tun.ko usb veth.ko wan wimax wireless \
|
||||
xen-netback.ko
|
||||
|
||||
# Required to initialize Ethernet (FEC) on ARM64 iMX8M
|
||||
# devices.
|
||||
modules="$modules nvmem-imx-ocotp"
|
||||
;;
|
||||
ide)
|
||||
copy_modules_dir kernel/drivers/ide
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user