diff options
Diffstat (limited to 'recipes/dsplink/files/unloadmodules-ti-codec-engine-apps.sh')
-rwxr-xr-x | recipes/dsplink/files/unloadmodules-ti-codec-engine-apps.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/dsplink/files/unloadmodules-ti-codec-engine-apps.sh b/recipes/dsplink/files/unloadmodules-ti-codec-engine-apps.sh deleted file mode 100755 index f990d99771..0000000000 --- a/recipes/dsplink/files/unloadmodules-ti-codec-engine-apps.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Unload modules - CODEC ENGINE - OMAP3530 - -# remove lpm module -rmmod lpm_omap3530 - -# remove DSP/BIOS Link driver -rmmod dsplinkk -#rm -f /dev/dsplink - -# remove cmem module -rmmod cmemk - |