summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
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
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')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc4
-rw-r--r--recipes-bsp/u-boot/u-boot_2014.07.bb3
2 files changed, 5 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}"
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
26SPL_BINARY = "MLO" 26SPL_BINARY = "MLO"
27SPL_UART_BINARY = "u-boot-spl.bin" 27SPL_UART_BINARY = "u-boot-spl.bin"
28
29SPL_BINARY_omapl138 = ""
30SPL_UART_BINARY_omapl138 = ""