Browse Source

add options to pickup dw_mmc submodules to blockfuncs

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
master
Peter Robinson 8 years ago
parent
commit
f496af50b7
  1. 1
      modules.d/90kernel-modules/module-setup.sh

1
modules.d/90kernel-modules/module-setup.sh

@ -27,6 +27,7 @@ installkernel() { @@ -27,6 +27,7 @@ installkernel() {

if [[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]]; then
# arm/aarch64 specific modules
_blockfuncs+='|dw_mc_probe|dw_mci_pltfm_register'
instmods \
"=drivers/clk" \
"=drivers/dma" \

Loading…
Cancel
Save