diff options
author | 2021-04-15 22:53:40 -0500 | |
---|---|---|
committer | 2021-05-04 23:12:29 -0500 | |
commit | e24300097ba8fa54896824791c0bc4a99e745595 (patch) | |
tree | ce2f4aa0420df714373f55ba8e18fd63c48ae45e /conf | |
parent | bd15990e2e55dd86a17e00ab6fd9e4347f8b4b53 (diff) | |
download | meta-ti-e24300097ba8fa54896824791c0bc4a99e745595.tar.gz meta-ti-e24300097ba8fa54896824791c0bc4a99e745595.tar.bz2 meta-ti-e24300097ba8fa54896824791c0bc4a99e745595.zip |
conf: j7200-evm: Remove jailhouse overlay from 5.10 kernel
Remove jailhouse overlay as it is not currently available in
ti-linux-5.10.y branch.
Removing for now, and shall be added back once they are
available in 5.10 kernel.
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/j7200-evm.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf index 5ee6c89c..2565c90c 100644 --- a/conf/machine/j7200-evm.conf +++ b/conf/machine/j7200-evm.conf @@ -9,7 +9,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-j7200-common-proc-board.dtb \ - ti/k3-j7200-common-proc-board-jailhouse.dtbo \ " UBOOT_MACHINE = "j7200_evm_a72_config" |