summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMD Danish Anwar <danishanwar@ti.com>2025-09-30 15:15:17 +0530
committerRyan Eatmon <reatmon@ti.com>2025-09-30 07:31:14 -0500
commitb22a780fead09cdb8ce7d827560831bed2cceb27 (patch)
treeef5cfdfd54b87421eafc4e0255fe8a17c2a29e93
parent3153a05f3cbd6a6a89f32bd935b347e23be2b604 (diff)
downloadmeta-ti-b22a780fead09cdb8ce7d827560831bed2cceb27.tar.gz
meta-ti-bsp: Add pruprp-fw for AM64xx
AM64x supports PRP. Add pruprp-fw to AM64xx so that this can be packaged for AM64xx Signed-off-by: MD Danish Anwar <danishanwar@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am64xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc
index 33fc6240..aa2dd1ec 100644
--- a/meta-ti-bsp/conf/machine/include/am64xx.inc
+++ b/meta-ti-bsp/conf/machine/include/am64xx.inc
@@ -28,6 +28,6 @@ TFA_BOARD = "lite"
28 28
29OPTEEMACHINE = "k3-am64x" 29OPTEEMACHINE = "k3-am64x"
30 30
31MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw" 31MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw pruhsr-fw prusw-fw pruprp-fw"
32 32
33TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8" 33TI_WKS_BOOTLOADER_APPEND = "console=ttyS2,115200n8"