All of lore.kernel.org
 help / color / mirror / Atom feed
From: "praneeth" <praneeth@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>
Cc: Denys Dmytriyenko <denys@konsulko.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Nikhil Devshatwar <nikhil.nd@ti.com>,
	<meta-ti@lists.yoctoproject.org>
Subject: [dunfell/master PATCH v2 6/6] conf: am437xx-evm: Remove non-existent dtb* from 5.10
Date: Fri, 16 Apr 2021 00:06:00 -0500	[thread overview]
Message-ID: <20210416050600.16593-7-praneeth@ti.com> (raw)
In-Reply-To: <20210416050600.16593-1-praneeth@ti.com>

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    am437x-gp-evm-hdmi.dtb
-    am43x-epos-evm-hdmi.dtb

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/ti43x.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 524b0b2c..b1a27f93 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -27,9 +27,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 KERNEL_IMAGETYPE = "zImage"
 
 KERNEL_DEVICETREE = " \
-    am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
+    am437x-gp-evm.dtb \
     am437x-sk-evm.dtb am437x-idk-evm.dtb \
-    am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb \
+    am43x-epos-evm.dtb \
 "
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
-- 
2.17.1


      parent reply	other threads:[~2021-04-16  5:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
2021-04-16  5:05 ` [dunfell/master PATCH v2 1/6] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
2021-04-16  5:05 ` [dunfell/master PATCH v2 2/6] conf: j7200-evm: Remove jailhouse overlay " praneeth
2021-04-16  5:05 ` [dunfell/master PATCH v2 3/6] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
2021-04-16  5:05 ` [dunfell/master PATCH v2 4/6] conf: k2g-evm: " praneeth
2021-04-19 15:04   ` [meta-ti] " Suman Anna
2021-04-19 15:15     ` praneeth
2021-04-16  5:05 ` [dunfell/master PATCH v2 5/6] conf: am335x-evm: " praneeth
2021-04-16  5:06 ` praneeth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210416050600.16593-7-praneeth@ti.com \
    --to=praneeth@ti.com \
    --cc=denys@konsulko.com \
    --cc=lokeshvutla@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=nikhil.nd@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.