summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb4
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc1
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
index 4028a7a9..15dd32da 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
@@ -1,7 +1,7 @@
1require u-boot-ti.inc 1require u-boot-ti.inc
2 2
3PR = "r24" 3PR = "r25"
4 4
5BRANCH = "ti-u-boot-2020.01" 5BRANCH = "ti-u-boot-2020.01"
6 6
7SRCREV = "4bd43879837910eaf0bf45af7ec5ddfaca203ff4" 7SRCREV = "10dad9df6a0eb00f45bed48c9df0c9effb4fbae5"
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index b7fd246a..1770c3a1 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -65,6 +65,7 @@ SPL_UART_BINARY_keystone = ""
65SPL_UART_BINARY_k3r5 = "" 65SPL_UART_BINARY_k3r5 = ""
66SPL_UART_BINARY_lego-ev3 = "" 66SPL_UART_BINARY_lego-ev3 = ""
67SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin" 67SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin"
68SPL_UART_BINARY_am64xx-evm = ""
68 69
69SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" 70SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
70SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" 71SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"