diff options
author | Hao Zhang <hzhang@ti.com> | 2014-05-19 19:51:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-21 15:15:20 -0400 |
commit | 521f747c25e260cc520edc983bea0427754d6772 (patch) | |
tree | 701ca213a39ebb0d1cd47b83e78b6701cfa23478 /recipes-bsp/boot-monitor | |
parent | 60d7aa377eee23f601ce80d24d99c25cd85e07f3 (diff) | |
download | meta-ti-521f747c25e260cc520edc983bea0427754d6772.tar.gz |
keystone: machine config: change machine config name from keystone-evm to k2hk-evm
Keystone II SOC family has multiple devices and EVMs: k2hk, k2l
and k2e, each EVM should have a separate machine config, and share
the common keystone SOC family.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/boot-monitor')
-rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 7c5e9cf0..c3d41f54 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -9,7 +9,7 @@ BOOT_MONITOR_MAKE_TARGET ?= "all" | |||
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" |
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone-evm" | 12 | COMPATIBLE_MACHINE = "keystone" |
13 | 13 | ||
14 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" |
15 | 15 | ||