From 6e02d2ddefc589a5f64fae807f62b00772f22481 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Mon, 29 Jun 2015 22:56:23 +0000 Subject: hyplnk-lld: Correct reference to k2l library - Hyperlink module is not present in k2l device. Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- 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 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 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 -- cgit v1.2.3-54-g00ecf