[meta-ti] Hao Zhang : keystone: config: fix K2L boot monitor build target name error
Arago Project git
git at arago-project.org
Mon Jun 16 15:40:34 PDT 2014
Module: meta-ti
Branch: dylan
Commit: 8beec1ca66c9d064cd0c81add74f3c199d9a0961
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=8beec1ca66c9d064cd0c81add74f3c199d9a0961
Author: Hao Zhang <hzhang at ti.com>
Date: Tue Jun 17 00:56:12 2014 +0000
keystone: config: fix K2L boot monitor build target name error
Signed-off-by: Hao Zhang <hzhang at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/k2l-evm.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index 0824a09..76fb3f8 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/keystone.inc
UBOOT_MACHINE = "k2l_evm_config"
-BOOT_MONITOR_MAKE_TARGET = "k2hk"
+BOOT_MONITOR_MAKE_TARGET = "k2l"
IMAGE_FSTYPES += "ubi tar.gz cpio"
More information about the meta-ti
mailing list