diff options
| -rw-r--r-- | conf/machine/am180x-evm.conf | 4 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 4 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_2014.07.bb | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index 3182e8a0..f83814e1 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | require conf/machine/include/davinci.inc | 5 | require conf/machine/include/davinci.inc |
| 6 | require conf/machine/include/omapl138.inc | 6 | require conf/machine/include/omapl138.inc |
| 7 | 7 | ||
| 8 | UBOOT_MACHINE = "da850evm_config" | 8 | UBOOT_MACHINE = "da850_am18xxevm_config" |
| 9 | UBOOT_SUFFIX = "ais" | ||
| 10 | |||
| 9 | UBOOT_ENTRYPOINT = "0xc0008000" | 11 | UBOOT_ENTRYPOINT = "0xc0008000" |
| 10 | UBOOT_LOADADDRESS = "0xc0008000" | 12 | UBOOT_LOADADDRESS = "0xc0008000" |
| 11 | 13 | ||
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index c024e963..0cb53ea9 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u-boot/u-boot-ti.inc | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | UBOOT_SUFFIX ?= "img" | ||
| 2 | |||
| 1 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | 3 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc |
| 2 | 4 | ||
| 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" |
| @@ -14,8 +16,6 @@ PKG_${PN}-dbg = "u-boot-dbg" | |||
| 14 | 16 | ||
| 15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 16 | 18 | ||
| 17 | UBOOT_SUFFIX = "img" | ||
| 18 | |||
| 19 | # SPL (Second Program Loader) to be loaded over UART | 19 | # SPL (Second Program Loader) to be loaded over UART |
| 20 | SPL_UART_BINARY ?= "" | 20 | SPL_UART_BINARY ?= "" |
| 21 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" | 21 | SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" |
diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb index b326aa13..9da6f7d2 100644 --- a/recipes-bsp/u-boot/u-boot_2014.07.bb +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb | |||
| @@ -25,3 +25,6 @@ SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022" | |||
| 25 | 25 | ||
| 26 | SPL_BINARY = "MLO" | 26 | SPL_BINARY = "MLO" |
| 27 | SPL_UART_BINARY = "u-boot-spl.bin" | 27 | SPL_UART_BINARY = "u-boot-spl.bin" |
| 28 | |||
| 29 | SPL_BINARY_omapl138 = "" | ||
| 30 | SPL_UART_BINARY_omapl138 = "" | ||
