summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai
diff options
context:
space:
mode:
authorPhil Sutherland <phils@rct-global.com>2021-10-15 14:58:03 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-10-18 06:34:08 -0500
commit28d179d01a69d4761048b3ade74e91af45f06672 (patch)
tree0ac7b833356fb580c9b07032d44203893a4aef0b /recipes-ti/dmai
parent67e95742fc5c2c28e730fdf90cb737285e72ce67 (diff)
downloadmeta-ti-28d179d01a69d4761048b3ade74e91af45f06672.tar.gz
meta-ti: Fix several errors introduced during override syntax changes
Signed-off-by: Phil Sutherland <phil@sutherland.id.au> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-ti/dmai')
-rwxr-xr-xrecipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh2
-rwxr-xr-xrecipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh2
-rw-r--r--recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh
index 2bfd03c2..7120b744 100755
--- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh
+++ b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh
@@ -34,4 +34,4 @@ modprobe dsplinkk
34 34
35# insert Local Power Manager driver 35# insert Local Power Manager driver
36# 36#
37modprobe lpm:omap3530 37modprobe lpm_omap3530
diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh
index 094d23d1..076af072 100755
--- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh
+++ b/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh
@@ -38,5 +38,5 @@ mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0
38 38
39# insert Local Power Manager driver 39# insert Local Power Manager driver
40# 40#
41modprobe lpm:omap3530 41modprobe lpm_omap3530
42 42
diff --git a/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh b/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh
index 81d00af8..793d727f 100644
--- a/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh
+++ b/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh
@@ -1,7 +1,7 @@
1# Unload modules - DMAI - OMAP3530 1# Unload modules - DMAI - OMAP3530
2 2
3# remove lpm module 3# remove lpm module
4rmmod lpm:omap3530 4rmmod lpm_omap3530
5 5
6# remove DSP/BIOS Link driver 6# remove DSP/BIOS Link driver
7rmmod dsplinkk 7rmmod dsplinkk