Commit d571fb79 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

kernel: add initrd module ahci_platform for aarch64, armh

ahci_platform needed for Baikal M. Suggested-by: 's avatarSergey Bolshakov <sbolshakov@altlinux.org>
parent d29036d1
......@@ -60,6 +60,7 @@ ifeq (,$(filter-out i586 x86_64 aarch64 armh ppc64le,$(ARCH)))
@$(call add,VM_INITRDMODULES,virtio-scsi virtio-blk virtio-rng)
endif
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call add,VM_INITRDMODULES,ahci_platform)
@$(call add,VM_INITRDMODULES,bcm2835 sunxi-mmc)
@$(call add,VM_INITRDMODULES,nvmem_rockchip_efuse)
@$(call add,VM_INITRDMODULES,virtio-mmio)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment