diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-06-27 00:18:15 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-02 15:41:16 -0400 |
commit | b5d24149feea733a97f12c2eed2595f22982a4fe (patch) | |
tree | 74c1aa2524d5bf471600237fea0ae8c26f2ac892 /recipes-bsp/u-boot/u-boot-ti.inc | |
parent | 15b808a92754e242018e456dfa56738e3075c7ce (diff) | |
download | meta-ti-b5d24149feea733a97f12c2eed2595f22982a4fe.tar.gz |
u-boot: switch from SPL/MLO to "ais" image for omapl138 SOCs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ti.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |