diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2017-02-14 04:22:53 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-15 14:40:27 -0500 |
| commit | 18697ca48bef2b0a23fe3d8433bcc1f7bd30e624 (patch) | |
| tree | dc7f82e3bd593d2f3683ae2166df836731ab55d7 | |
| parent | 2293842abeeadef0a649d9609d268fe9aa054a54 (diff) | |
| download | meta-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.conf | 4 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 1 |
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" | |||
| 11 | UBOOT_ENTRYPOINT = "0xc0008000" | 11 | UBOOT_ENTRYPOINT = "0xc0008000" |
| 12 | UBOOT_LOADADDRESS = "0xc0008000" | 12 | UBOOT_LOADADDRESS = "0xc0008000" |
| 13 | 13 | ||
| 14 | IMAGE_FSTYPES += "tar.gz" | 14 | IMAGE_FSTYPES += "tar.xz" |
| 15 | 15 | ||
| 16 | SERIAL_CONSOLE = "115200 ttyS2" | 16 | SERIAL_CONSOLE = "115200 ttyS2" |
| 17 | |||
| 18 | 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}" | |||
| 49 | 49 | ||
| 50 | SPL_BINARY = "MLO" | 50 | SPL_BINARY = "MLO" |
| 51 | SPL_BINARY_k2e-hs-evm = "" | 51 | SPL_BINARY_k2e-hs-evm = "" |
| 52 | SPL_BINARY_omapl138 = "" | ||
| 52 | SPL_UART_BINARY = "u-boot-spl.bin" | 53 | SPL_UART_BINARY = "u-boot-spl.bin" |
| 53 | 54 | ||
| 54 | # Keystone specifics | 55 | # Keystone specifics |
