diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-01-21 12:34:44 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:13 +0200 |
commit | 304d0729dde255579e65f022dafa4cfd2f0d05b2 (patch) | |
tree | e73dc9b53ba440c88c6133b1919a2a559f173528 /recipes/ti/files | |
parent | 9572f918be48a245c05cbefc832f59fb65efb60e (diff) |
ti-dmai: add lost loadmodules.sh file
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/files')
-rwxr-xr-x | recipes/ti/files/loadmodules-ti-dmai-dm6467_al.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/ti/files/loadmodules-ti-dmai-dm6467_al.sh b/recipes/ti/files/loadmodules-ti-dmai-dm6467_al.sh new file mode 100755 index 0000000000..b4a230d590 --- /dev/null +++ b/recipes/ti/files/loadmodules-ti-dmai-dm6467_al.sh @@ -0,0 +1,19 @@ +# +# loadmodules.sh +# +# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com/ +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation version 2.1 of the License. +# +# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, +# whether express or implied; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. + +modprobe cmemk phys_start=0x87800000 phys_end=0x88E00000 pools=20x4096,8x202752,10x131072,2x1048576,1x2097152,10x829440,1x6750000 +modprobe dsplinkk ddr_start=0x8F800000 ddr_size=0x600000 + +rm -rf /dev/dsplink +mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0 |