summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-09-07 17:58:37 -0500
committerVishal Mahaveer <vishalm@ti.com>2017-09-07 19:51:02 -0500
commitcddcb2f8acdd0cf4787995ba3ee6b1e37095368b (patch)
tree1dfc242c9d0422b479fa6618f3da21382801f550
parenta78610074972872f63686fd431dbff73b91423fe (diff)
downloadjacinto6evm-cddcb2f8acdd0cf4787995ba3ee6b1e37095368b.tar.gz
jacinto6evm: move module loading to late-init
Now that we have early mounting of vendor partition enabled, module loading is not dependent on fs. Change-Id: I3a9628d4e507ce2bba92096147c0bb9f9dfb6ca9 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--init.jacinto6evmboard.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index f2a56ec..e37e977 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -43,6 +43,8 @@ on boot
on fs
mount_all /fstab.jacinto6evmboard
+
+on late-init
# Load modules
exec u:r:modprobe:s0 -- /system/bin/modprobe -a -d \
/vendor/lib/modules wl18xx.ko wlcore.ko wlcore_sdio.ko \