summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-06-27 02:54:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 00:23:29 +0000
commitc788982ee44bf1621d756055c808ce116c2860c6 (patch)
tree5775c1b0aa19ead9aaa3f361f90df5c07941c1e9 /recipes-kernel/linux
parentfd0698f92f9248e87f61b57dbe533db62abb3622 (diff)
downloadmeta-ti-c788982ee44bf1621d756055c808ce116c2860c6.tar.gz
cadence-mhdp-fw: add Cadence MHDP DP bridge firmware
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.19.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
index d76d4bb3..c4ee4ba9 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
@@ -50,6 +50,9 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am335x-evm = " prueth-fw"
50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" 50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw"
51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-bin" 51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-bin"
52 52
53# Add run-time dependency for Cadence MHDP firmware to the rootfs
54RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_j7-evm = " cadence-mhdp-fw"
55
53KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 56KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
54 57
55S = "${WORKDIR}/git" 58S = "${WORKDIR}/git"