archs38: Remove MMC kernel modules, they are built-in now
If we want to boot from SD-card we need to have corresponding drivers already built-in so there's no point in having these modules. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
83bd1f81c4
commit
7abf9eda8a
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile (all drivers)
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-ath9k-htc wpad-mini
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
define Profile/axs103
|
||||
NAME:=Synopsys DesignWare AXS103
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-mmc kmod-sdhci kmod-ath9k-htc wpad-mini
|
||||
PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-ath9k-htc wpad-mini
|
||||
endef
|
||||
|
||||
define Profile/axs103/Description
|
||||
|
|
Loading…
Reference in a new issue