summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ti-sci-fw/ti-sci-fw.inc')
-rw-r--r--recipes-bsp/ti-sci-fw/ti-sci-fw.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index 0979ebc6..96604282 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -15,4 +15,15 @@ SRC_URI = " \
15 git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ 15 git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \
16" 16"
17 17
18# This is a protection in case the definition is not present in other distros.
19ARAGO_BRAND ?= ""
20
21# Mainline u_boot 2021.07 and upstream kernel v5.13 tag cannot use new SPL address
22# in K3-Imagegen
23SRC_URI += "\
24 ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '\
25 file://0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch;patchdir=../imggen \
26 ', '', d)} \
27"
28
18S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"