aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorBrijesh Singh <bksingh@ti.com>2010-03-16 17:40:18 -0500
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:25 +0200
commit0eca1a33f9a7e95b00ce5b4b5375fc3b92a1ad6c (patch)
tree5e5a8fd3d1c736c373eecc0771991abf645f4e4a /recipes
parent26cb6f6e2f523f0430ccb06665726905e8f50d38 (diff)
downloadopenembedded-0eca1a33f9a7e95b00ce5b4b5375fc3b92a1ad6c.tar.gz
ti-dmai_svn.bb: update 365 loadmodules to use modprobe
Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-dmai/loadmodules-ti-dmai-dm365_al.sh8
-rw-r--r--recipes/ti/ti-dmai_svn.bb2
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ti/ti-dmai/loadmodules-ti-dmai-dm365_al.sh b/recipes/ti/ti-dmai/loadmodules-ti-dmai-dm365_al.sh
index 921c924b9a..f5a7f6a5c6 100644
--- a/recipes/ti/ti-dmai/loadmodules-ti-dmai-dm365_al.sh
+++ b/recipes/ti/ti-dmai/loadmodules-ti-dmai-dm365_al.sh
@@ -5,10 +5,10 @@ rmmod edmak 2>/dev/null
rmmod dm365mmap 2>/dev/null
# Pools configuration
-insmod cmemk.ko phys_start=0x85000000 phys_end=0x88000000 pools=6x4096,2x8192,1x11908,2x13184,1x2697152,6x4096,1x30720,3x81920,1x3185664,64x56,1x320,1x640,1x81920,1x6650880,2x608,1x296,1x28,2x24,23x1548288,1x154288 allowOverlap=1 phys_start_1=0x00001000 phys_end_1=0x00008000 pools_1=1x28672
+modprobe cmemk phys_start=0x85000000 phys_end=0x88000000 pools=6x4096,2x8192,1x11908,2x13184,1x2697152,6x4096,1x30720,3x81920,1x3185664,64x56,1x320,1x640,1x81920,1x6650880,2x608,1x296,1x28,2x24,23x1548288,1x154288 allowOverlap=1 phys_start_1=0x00001000 phys_end_1=0x00008000 pools_1=1x28672
-insmod irqk.ko
-insmod edmak.ko
-insmod dm365mmap.ko
+modprobe irqk
+modprobe edmak
+modprobe dm365mmap
rm -f /dev/dm365mmap
mknod /dev/dm365mmap c `awk "\\$2==\"dm365mmap\" {print \\$1}" /proc/devices` 0
diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb
index 3d5bdee243..14849e5aca 100644
--- a/recipes/ti/ti-dmai_svn.bb
+++ b/recipes/ti/ti-dmai_svn.bb
@@ -15,7 +15,7 @@ PV = "1.0+svnr${SRCPV}"
# This package has high dependence on kernel, use kernel PR as base and append a local version
PR = "${MACHINE_KERNEL_PR}"
-PR_append = "h"
+PR_append = "i"
S = "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface"