diff mbox series

[meta-ti,master/kirkstone,1/4] u-boot-ti: Do not depend on DM firmware for R5 builds

Message ID 20230214145352.12093-1-afd@ti.com
State New
Headers show
Series [meta-ti,master/kirkstone,1/4] u-boot-ti: Do not depend on DM firmware for R5 builds | expand

Commit Message

Andrew Davis Feb. 14, 2023, 2:53 p.m. UTC
This is not needed as the R5 builds do not use the firmware and can
cause issues as ti-rtos-firmware does not handle MULTICONFIG well.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

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 ae87ec6a..866c0314 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
@@ -33,11 +33,11 @@  PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/b
 PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware"
 
 PACKAGECONFIG:append:aarch64 = " atf optee"
-PACKAGECONFIG:append:j721e = " dm"
-PACKAGECONFIG:append:j7200 = " dm"
-PACKAGECONFIG:append:j721s2 = " dm"
-PACKAGECONFIG:append:j784s4 = " dm"
-PACKAGECONFIG:append:am62xx = " dm"
+PACKAGECONFIG:append:aarch64:j721e = " dm"
+PACKAGECONFIG:append:aarch64:j7200 = " dm"
+PACKAGECONFIG:append:aarch64:j721s2 = " dm"
+PACKAGECONFIG:append:aarch64:j784s4 = " dm"
+PACKAGECONFIG:append:aarch64:am62xx = " dm"
 
 COMPATIBLE_MACHINE = "(ti-soc)"