1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 15:30:28 +00:00

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>
This commit is contained in:
Hao Zhang
2014-05-16 22:59:44 +00:00
committed by Denys Dmytriyenko
parent 4e5bcb5712
commit 60d7aa377e
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ MACHINE_KERNEL_PR = "r7"
KERNEL_IMAGETYPE = "uImage" KERNEL_IMAGETYPE = "uImage"
UBOOT_MACHINE = "tci6638_evm_config" UBOOT_MACHINE = "k2hk_evm_config"
UBOOT_ENTRYPOINT = "0x80008000" UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000" UBOOT_LOADADDRESS = "0x80008000"
@@ -4,10 +4,10 @@ DESCRIPTION = "u-boot bootloader for Multi-Core BU devices"
COMPATIBLE_MACHINE = "keystone" COMPATIBLE_MACHINE = "keystone"
PR = "r3+gitr${SRCPV}" PR = "r4+gitr${SRCPV}"
# Tag "K2_UBOOT_2013_01_14.03_02" # Tag "K2_UBOOT_2013_01_14.05_16"
SRCREV = "0b9b4be2f3097b5bdc3b0ea7aa5e8f465097e365" SRCREV = "fee500417b989fc9906d86e377b4d3d96033d54e"
BRANCH = "master" BRANCH = "master"
SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}" SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}"