From 18697ca48bef2b0a23fe3d8433bcc1f7bd30e624 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 14 Feb 2017 04:22:53 +0000 Subject: [PATCH] am180x-evm: update machine config to work with latest BSP Signed-off-by: Denys Dmytriyenko --- 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 f83814e1..ef248a3e 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 c53689ee..7c19097a 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