summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-12-10 19:04:44 -0600
committerDan Murphy <dmurphy@ti.com>2020-12-11 10:44:06 -0600
commita7b1d85c9faa9ca6f2ce51d4f0907065b034872f (patch)
tree1c8efd25e30d8f2afc73b0ed2cb4780b68dd4b67
parent2436bcd3dd152ed7298644ee6b6fafcbf418f188 (diff)
downloadmeta-ti-a7b1d85c9faa9ca6f2ce51d4f0907065b034872f.tar.gz
u-boot-ti: Update u-boot to pick up AM64 architecture
Signed-off-by: Dan Murphy <dmurphy@ti.com>
-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}"