diff options
author | Andrew Davis <afd@ti.com> | 2023-05-25 13:11:24 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-07 10:02:09 -0500 |
commit | b21d29d94694ac49b97a1f4ba428c7d8cd6fb64a (patch) | |
tree | f2eaa21d22dde059aa290c34390ca9ed287f8a29 /meta-ti-bsp/recipes-bsp/u-boot | |
parent | f96430c0f3d6e0129f9e2b846b46bbfa045108a9 (diff) | |
download | meta-ti-b21d29d94694ac49b97a1f4ba428c7d8cd6fb64a.tar.gz |
ti-dm-fw: Add recipe for TI DM firmware
Split out the TI DM firmware from ti-rtos-firmware.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 135f443b..15c903d5 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -39,7 +39,7 @@ PLAT_SFX:am62axx = "am62axx" | |||
39 | 39 | ||
40 | PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" | 40 | PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a" |
41 | PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" | 41 | PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os" |
42 | PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/ti-dm/${PLAT_SFX}/${DM_FIRMWARE},,ti-rtos-firmware" | 42 | PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/ti-dm/${PLAT_SFX}/${DM_FIRMWARE},,ti-dm-fw" |
43 | 43 | ||
44 | PACKAGECONFIG:append:aarch64 = " atf optee" | 44 | PACKAGECONFIG:append:aarch64 = " atf optee" |
45 | PACKAGECONFIG:append:j721e = " dm" | 45 | PACKAGECONFIG:append:j721e = " dm" |