summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-05-22 11:27:52 -0500
committerVishal Mahaveer <vishalm@ti.com>2014-05-22 11:27:52 -0500
commit95ba45227ea757e0eb0fea7195e527570f72380a (patch)
tree19b8a81d8d749cd600a0744efe491205d8053d2e
parent1ad4cb6e8f0a1d448abca5931c7ab7cdb479e594 (diff)
downloadjacinto6evm-95ba45227ea757e0eb0fea7195e527570f72380a.tar.gz
jacinto6evm: radio: add insmod line for cmem module
Radio now requires cmem module to run, cmem kernel module is not present in the system by default. Adding the line for supporting radio out of the box. Change-Id: I9bd65cd9c78b60bb20ee4de770effe9e64f359e7 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--init.jacinto6evmboard.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.jacinto6evmboard.rc b/init.jacinto6evmboard.rc
index ffb8da1..e7026e2 100644
--- a/init.jacinto6evmboard.rc
+++ b/init.jacinto6evmboard.rc
@@ -65,6 +65,9 @@ on boot
insmod /system/lib/modules/wl18xx.ko board_type=hdk
insmod /system/lib/modules/wlcore_sdio.ko
+ # CMEM for Radio
+ insmod /system/lib/modules/cmemk.ko phys_start=0x95400000 phys_end=0x95800000 pools=15x262144 allowOverlap=1
+
on fs
mkdir /factory 0775 radio radio
mount_all /fstab.jacinto6evmboard