All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device
@ 2017-06-09 20:02 Denys Dmytriyenko
  2017-06-09 20:19 ` Gou, Hongmei
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2017-06-09 20:02 UTC (permalink / raw)
  To: meta-arago

Be specific and only unset it for k2g HS device, as k2g GP does provide MLO/SPL

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
index 974db93..d361c3d 100644
--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.bb
@@ -4,7 +4,8 @@ DEPLOY_SPL_NAME_omapl138 = ""
 DEPLOY_SPL_NAME_k2hk = ""
 DEPLOY_SPL_NAME_k2l-evm = ""
 DEPLOY_SPL_NAME_k2e = ""
-DEPLOY_SPL_NAME_k2g = ""
+# Only unset it for HS device, as k2g GP does provide MLO/SPL
+DEPLOY_SPL_NAME_k2g-hs-evm = ""
 
 ARAGO_TISDK_IMAGE ?= "arago-core-tisdk-image"
 export IMAGE_BASENAME = "${ARAGO_TISDK_IMAGE}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-09 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 20:02 [morty/master][PATCH] arago-core-tisdk-image: disable deployment of MLO only for k2g HS device Denys Dmytriyenko
2017-06-09 20:19 ` Gou, Hongmei
2017-06-09 20:59   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.