summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-12-12 10:15:00 -0600
committerDan Murphy <dmurphy@ti.com>2021-01-05 06:51:40 -0600
commit9339f3fb0105d76e63fe87ebcc9036c1f5a0c1fe (patch)
tree059ff8173a04c0c0be3fe1674a73bacb05094a5e
parentd94c43be4d6fb25789d391e096939ab0bc1b1443 (diff)
downloadmeta-ti-9339f3fb0105d76e63fe87ebcc9036c1f5a0c1fe.tar.gz
u-boot-ti: Remove unneeded variable for am64xx
Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 1770c3a1..b7fd246a 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -65,7 +65,6 @@ 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 = ""
69 68
70SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" 69SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
71SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" 70SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"