diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-12-10 19:04:44 -0600 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-12-11 10:44:06 -0600 |
commit | a7b1d85c9faa9ca6f2ce51d4f0907065b034872f (patch) | |
tree | 1c8efd25e30d8f2afc73b0ed2cb4780b68dd4b67 | |
parent | 2436bcd3dd152ed7298644ee6b6fafcbf418f188 (diff) | |
download | meta-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.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 1 |
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 @@ | |||
1 | require u-boot-ti.inc | 1 | require u-boot-ti.inc |
2 | 2 | ||
3 | PR = "r24" | 3 | PR = "r25" |
4 | 4 | ||
5 | BRANCH = "ti-u-boot-2020.01" | 5 | BRANCH = "ti-u-boot-2020.01" |
6 | 6 | ||
7 | SRCREV = "4bd43879837910eaf0bf45af7ec5ddfaca203ff4" | 7 | SRCREV = "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 = "" | |||
65 | SPL_UART_BINARY_k3r5 = "" | 65 | SPL_UART_BINARY_k3r5 = "" |
66 | SPL_UART_BINARY_lego-ev3 = "" | 66 | SPL_UART_BINARY_lego-ev3 = "" |
67 | SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin" | 67 | SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin" |
68 | SPL_UART_BINARY_am64xx-evm = "" | ||
68 | 69 | ||
69 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 70 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
70 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 71 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" |