summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hyplnk-lld
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-06-29 22:56:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-30 15:08:30 -0400
commit416c472d48f288dd5055e21a9c8c2e65525faf8f (patch)
tree44f92893a06ed44f38546b5c1ba64fc0f9b2375f /recipes-bsp/hyplnk-lld
parenteadcdb3b89c6f9ae6ca9b273e9836e120e6bf116 (diff)
downloadmeta-ti-416c472d48f288dd5055e21a9c8c2e65525faf8f.tar.gz
hyplnk-lld: Correct reference to k2l library
- Hyperlink module is not present in k2l device. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/hyplnk-lld')
-rwxr-xr-xrecipes-bsp/hyplnk-lld/files/init_hyplnk.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
index fb650575..d6795f16 100755
--- a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
+++ b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
@@ -28,10 +28,6 @@ case "$compatible" in
28 device=k2hk 28 device=k2hk
29 ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1 29 ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1
30 ;; 30 ;;
31 *k2l*)
32 device=k2l
33 ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1
34 ;;
35 *k2e*) 31 *k2e*)
36 device=k2e 32 device=k2e
37 ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1 33 ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1