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" KERNEL_IMAGETYPE = "uImage" -UBOOT_MACHINE = "tci6638_evm_config" +UBOOT_MACHINE = "k2hk_evm_config" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_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" COMPATIBLE_MACHINE = "keystone" -PR = "r3+gitr${SRCPV}" +PR = "r4+gitr${SRCPV}" -# Tag "K2_UBOOT_2013_01_14.03_02" -SRCREV = "0b9b4be2f3097b5bdc3b0ea7aa5e8f465097e365" +# Tag "K2_UBOOT_2013_01_14.05_16" +SRCREV = "fee500417b989fc9906d86e377b4d3d96033d54e" BRANCH = "master" SRC_URI = "git://git.ti.com/keystone-linux/u-boot.git;protocol=git;branch=${BRANCH}"