summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-02-14 04:22:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-15 14:40:27 -0500
commit18697ca48bef2b0a23fe3d8433bcc1f7bd30e624 (patch)
treedc7f82e3bd593d2f3683ae2166df836731ab55d7
parent2293842abeeadef0a649d9609d268fe9aa054a54 (diff)
downloadmeta-ti-18697ca48bef2b0a23fe3d8433bcc1f7bd30e624.tar.gz
am180x-evm: update machine config to work with latest BSP
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/am180x-evm.conf4
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc1
2 files changed, 4 insertions, 1 deletions
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"
11UBOOT_ENTRYPOINT = "0xc0008000" 11UBOOT_ENTRYPOINT = "0xc0008000"
12UBOOT_LOADADDRESS = "0xc0008000" 12UBOOT_LOADADDRESS = "0xc0008000"
13 13
14IMAGE_FSTYPES += "tar.gz" 14IMAGE_FSTYPES += "tar.xz"
15 15
16SERIAL_CONSOLE = "115200 ttyS2" 16SERIAL_CONSOLE = "115200 ttyS2"
17
18KERNEL_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}"
49 49
50SPL_BINARY = "MLO" 50SPL_BINARY = "MLO"
51SPL_BINARY_k2e-hs-evm = "" 51SPL_BINARY_k2e-hs-evm = ""
52SPL_BINARY_omapl138 = ""
52SPL_UART_BINARY = "u-boot-spl.bin" 53SPL_UART_BINARY = "u-boot-spl.bin"
53 54
54# Keystone specifics 55# Keystone specifics