[meta-ti] [morty/master][PATCH] am180x-evm: update machine config to work with latest BSP
Denys Dmytriyenko
denys at ti.com
Mon Feb 13 14:22:53 PST 2017
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/am180x-evm.conf | 4 +++-
recipes-bsp/u-boot/u-boot-ti.inc | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index f83814e..ef248a3 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -11,6 +11,8 @@ UBOOT_SUFFIX = "ais"
UBOOT_ENTRYPOINT = "0xc0008000"
UBOOT_LOADADDRESS = "0xc0008000"
-IMAGE_FSTYPES += "tar.gz"
+IMAGE_FSTYPES += "tar.xz"
SERIAL_CONSOLE = "115200 ttyS2"
+
+KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb"
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index c53689e..7c19097 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -49,6 +49,7 @@ SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
SPL_BINARY = "MLO"
SPL_BINARY_k2e-hs-evm = ""
+SPL_BINARY_omapl138 = ""
SPL_UART_BINARY = "u-boot-spl.bin"
# Keystone specifics
--
2.7.4
More information about the meta-ti
mailing list