diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-10-10 02:11:50 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-10-10 11:46:45 -0500 |
commit | b5cb0c8f45bbde50788a48e7898bcc39d1cc25cb (patch) | |
tree | 913fc0893f8c1b6e3d76ff3b1954940a49e63f1a /recipes-bsp/u-boot/u-boot-ti.inc | |
parent | 8ac0c7576834b515f3d3f3af1211524c0189082c (diff) | |
download | meta-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/u-boot/u-boot-ti.inc')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti.inc | 2 |
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}" | |||
34 | DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" | 34 | DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native" |
35 | 35 | ||
36 | PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" | 36 | PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" |
37 | PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os" | 37 | PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" |
38 | 38 | ||
39 | PACKAGECONFIG_append_aarch64 = " atf optee" | 39 | PACKAGECONFIG_append_aarch64 = " atf optee" |
40 | 40 | ||