summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-10-10 02:11:50 +0000
committerDan Murphy <dmurphy@ti.com>2020-10-10 11:46:45 -0500
commitb5cb0c8f45bbde50788a48e7898bcc39d1cc25cb (patch)
tree913fc0893f8c1b6e3d76ff3b1954940a49e63f1a /recipes-bsp
parent8ac0c7576834b515f3d3f3af1211524c0189082c (diff)
downloadmeta-ti-b5cb0c8f45bbde50788a48e7898bcc39d1cc25cb.tar.gz
u-boot-ti: adjust location of optee binary to align with meta-arm
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index f07dcfd0..2063bac2 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -34,7 +34,7 @@ PV_append = "+git${SRCPV}"
34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" 34DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
35 35
36PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" 36PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a"
37PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" 37PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os"
38 38
39PACKAGECONFIG_append_aarch64 = " atf optee" 39PACKAGECONFIG_append_aarch64 = " atf optee"
40 40