summaryrefslogtreecommitdiffstats
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:25 -0400
commit6e02d2ddefc589a5f64fae807f62b00772f22481 (patch)
tree44f92893a06ed44f38546b5c1ba64fc0f9b2375f
parent878b2fb694e12c533346a0c1e3cab8a67f13fc88 (diff)
downloadmeta-ti-6e02d2ddefc589a5f64fae807f62b00772f22481.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>
-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