diff options
author | 2021-04-15 23:24:31 -0500 | |
---|---|---|
committer | 2021-05-04 23:12:29 -0500 | |
commit | 7930ee0b4b039dae958dea0d82d3669f8c74511c (patch) | |
tree | 84c79b3485ed6b65fc3b9029815545dea3812186 /conf | |
parent | d8b15f8c2aea4a499ad1426485b7d0f0f2ea1aea (diff) | |
download | meta-ti-7930ee0b4b039dae958dea0d82d3669f8c74511c.tar.gz meta-ti-7930ee0b4b039dae958dea0d82d3669f8c74511c.tar.bz2 meta-ti-7930ee0b4b039dae958dea0d82d3669f8c74511c.zip |
conf: am335x-evm: Remove non-existent dtb* from 5.10
Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.
- am335x-icev2-prueth.dtb
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ti33x.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index b3c3b6d7..6dfda754 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -29,7 +29,6 @@ KERNEL_IMAGETYPE = "zImage" KERNEL_DEVICETREE = " \ am335x-evm.dtb am335x-evmsk.dtb \ am335x-icev2.dtb \ - am335x-icev2-prueth.dtb \ am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ |