summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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