mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 23:40:29 +00:00
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>
This commit is contained in:
@@ -5,7 +5,9 @@
|
|||||||
require conf/machine/include/davinci.inc
|
require conf/machine/include/davinci.inc
|
||||||
require conf/machine/include/omapl138.inc
|
require conf/machine/include/omapl138.inc
|
||||||
|
|
||||||
UBOOT_MACHINE = "da850evm_config"
|
UBOOT_MACHINE = "da850_am18xxevm_config"
|
||||||
|
UBOOT_SUFFIX = "ais"
|
||||||
|
|
||||||
UBOOT_ENTRYPOINT = "0xc0008000"
|
UBOOT_ENTRYPOINT = "0xc0008000"
|
||||||
UBOOT_LOADADDRESS = "0xc0008000"
|
UBOOT_LOADADDRESS = "0xc0008000"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
UBOOT_SUFFIX ?= "img"
|
||||||
|
|
||||||
require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
|
require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
|
||||||
@@ -14,8 +16,6 @@ PKG_${PN}-dbg = "u-boot-dbg"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
UBOOT_SUFFIX = "img"
|
|
||||||
|
|
||||||
# SPL (Second Program Loader) to be loaded over UART
|
# SPL (Second Program Loader) to be loaded over UART
|
||||||
SPL_UART_BINARY ?= ""
|
SPL_UART_BINARY ?= ""
|
||||||
SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
|
SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
|
||||||
|
|||||||
@@ -25,3 +25,6 @@ SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
|
|||||||
|
|
||||||
SPL_BINARY = "MLO"
|
SPL_BINARY = "MLO"
|
||||||
SPL_UART_BINARY = "u-boot-spl.bin"
|
SPL_UART_BINARY = "u-boot-spl.bin"
|
||||||
|
|
||||||
|
SPL_BINARY_omapl138 = ""
|
||||||
|
SPL_UART_BINARY_omapl138 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user