diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-11-11 01:18:15 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95 (patch) | |
tree | 5073bcf7c984f2d3aab9f366193f2086a7388524 /meta-ti-bsp/recipes-bsp | |
parent | 92fdd13c1ca58328a9bf4cd6a3a950ed62925fa9 (diff) | |
download | meta-ti-0ae9fbb11c0c6f7cba0f1793dd6ea8f76b9a5f95.tar.gz |
conf/machine/omapl138: correct few of the machine settings
Cleanup and unify again - omapl138-lcdk is the only platform supported in
the OMAP-L1 family. Plus there's no longer DaVinci family with corresponding
settings. Adjust accordingly.
Please note, there's currently a bug building Rust on ARMv5 platforms:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14967
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index c0f876e3..d87dcbe1 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -55,7 +55,6 @@ SYSROOT_DIRS += "/boot" | |||
55 | # SPL (Second Program Loader) to be loaded over UART | 55 | # SPL (Second Program Loader) to be loaded over UART |
56 | SPL_UART_BINARY = "u-boot-spl.bin" | 56 | SPL_UART_BINARY = "u-boot-spl.bin" |
57 | SPL_UART_BINARY:k3r5 = "" | 57 | SPL_UART_BINARY:k3r5 = "" |
58 | SPL_UART_BINARY:lego-ev3 = "" | ||
59 | 58 | ||
60 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 59 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
61 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" | 60 | SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}" |