summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-05-16 22:59:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-21 15:15:37 -0400
commit39b137a0699fa04eaa1cd9c55343b46b6de90b07 (patch)
tree585e0446301e7486f0585df70e4e34b45607f498
parent61fdfef43ee1aa4e5082923aea5b5a35673c0e30 (diff)
downloadmeta-ti-39b137a0699fa04eaa1cd9c55343b46b6de90b07.tar.gz
keystone: u-boot: rename tci6638 to k2hk evm config
Rename U-boot "tci6638_evm_config" to "k2hk_evm_config" to align with DTB device name. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/keystone.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-keystone_2013.01.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index b961ad3c..63f069ce 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -12,7 +12,7 @@ MACHINE_KERNEL_PR = "r7"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14 14
15UBOOT_MACHINE = "tci6638_evm_config" 15UBOOT_MACHINE = "k2hk_evm_config"
16 16
17UBOOT_ENTRYPOINT = "0x80008000" 17UBOOT_ENTRYPOINT = "0x80008000"
18UBOOT_LOADADDRESS = "0x80008000" 18UBOOT_LOADADDRESS = "0x80008000"
diff --git a/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb
index 6717e629..5e5eb517 100644
--- a/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb
@@ -4,10 +4,10 @@ DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
4 4
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6 6
7PR = "r3+gitr${SRCPV}" 7PR = "r4+gitr${SRCPV}"
8 8
9# Tag "K2_UBOOT_2013_01_14.03_02" 9# Tag "K2_UBOOT_2013_01_14.05_16"
10SRCREV = "0b9b4be2f3097b5bdc3b0ea7aa5e8f465097e365" 10SRCREV = "fee500417b989fc9906d86e377b4d3d96033d54e"
11BRANCH = "master" 11BRANCH = "master"
12 12
13SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}"