summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ti.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-06-27 00:18:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:41:16 -0400
commitb5d24149feea733a97f12c2eed2595f22982a4fe (patch)
tree74c1aa2524d5bf471600237fea0ae8c26f2ac892 /recipes-bsp/u-boot/u-boot-ti.inc
parent15b808a92754e242018e456dfa56738e3075c7ce (diff)
downloadmeta-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.inc4
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 @@
1UBOOT_SUFFIX ?= "img"
2
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 3require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2 4
3FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" 5FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
@@ -14,8 +16,6 @@ PKG_${PN}-dbg = "u-boot-dbg"
14 16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18
17UBOOT_SUFFIX = "img"
18
19# SPL (Second Program Loader) to be loaded over UART 19# SPL (Second Program Loader) to be loaded over UART
20SPL_UART_BINARY ?= "" 20SPL_UART_BINARY ?= ""
21SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" 21SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"