diff options
author | Phil Sutherland <phils@rct-global.com> | 2021-10-15 14:58:03 -0400 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-18 06:34:08 -0500 |
commit | 28d179d01a69d4761048b3ade74e91af45f06672 (patch) | |
tree | 0ac7b833356fb580c9b07032d44203893a4aef0b /recipes-ti/dmai | |
parent | 67e95742fc5c2c28e730fdf90cb737285e72ce67 (diff) | |
download | meta-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-x | recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh | 2 | ||||
-rwxr-xr-x | recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh | 2 | ||||
-rw-r--r-- | recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh | 2 |
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 | # |
37 | modprobe lpm:omap3530 | 37 | modprobe 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 | # |
41 | modprobe lpm:omap3530 | 41 | modprobe 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 |
4 | rmmod lpm:omap3530 | 4 | rmmod lpm_omap3530 |
5 | 5 | ||
6 | # remove DSP/BIOS Link driver | 6 | # remove DSP/BIOS Link driver |
7 | rmmod dsplinkk | 7 | rmmod dsplinkk |