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-kernel | |
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-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-keystone-rt_3.10.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-keystone_3.10.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb index cbd02d61..eb4bbd2e 100644 --- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb | |||
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc | |||
13 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" | 13 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" |
14 | PR = "${MACHINE_KERNEL_PR}" | 14 | PR = "${MACHINE_KERNEL_PR}" |
15 | 15 | ||
16 | KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" | 16 | KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" |
17 | 17 | ||
18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | 18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
19 | 19 | ||
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb index 54cb86ac..93b5481c 100644 --- a/recipes-kernel/linux/linux-keystone_3.10.bb +++ b/recipes-kernel/linux/linux-keystone_3.10.bb | |||
@@ -13,7 +13,7 @@ require recipes-kernel/linux/setup-defconfig.inc | |||
13 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" | 13 | MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" |
14 | PR = "${MACHINE_KERNEL_PR}" | 14 | PR = "${MACHINE_KERNEL_PR}" |
15 | 15 | ||
16 | KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb" | 16 | KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" |
17 | 17 | ||
18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | 18 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
19 | 19 | ||