[meta-ti] [PATCH] hyplnk-lld: Correct reference to k2l library
Sam Nelson
sam.nelson at ti.com
Mon Jun 29 09:56:23 PDT 2015
- Hyperlink module is not present in k2l device.
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
recipes-bsp/hyplnk-lld/files/init_hyplnk.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh b/recipes-bsp/hyplnk-lld/files/init_hyplnk.sh
index fb65057..d6795f1 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
device=k2hk
ln -sf libhyplnk_k2h.so.1.0.0 libhyplnk_device.so.1
;;
- *k2l*)
- device=k2l
- ln -sf libhyplnk_k2l.so.1.0.0 libhyplnk_device.so.1
- ;;
*k2e*)
device=k2e
ln -sf libhyplnk_k2e.so.1.0.0 libhyplnk_device.so.1
--
1.7.9.5
More information about the meta-ti
mailing list