public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ravi Gunasekaran <r-gunasekaran@ti.com>
To: Nishanth Menon <nm@ti.com>
Cc: <vigneshr@ti.com>, <afd@ti.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH] include: env: ti: mmc: Add 'ti' directory prefix for overlays
Date: Tue, 19 Sep 2023 10:08:43 +0530	[thread overview]
Message-ID: <7ffbcf02-39db-cc2e-fbcc-ea13c34faaa4@ti.com> (raw)
In-Reply-To: <20230915124221.ichr4x7wsamegbyz@facial>



On 9/15/23 6:12 PM, Nishanth Menon wrote:
> On 15:42-20230915, Ravi Gunasekaran wrote:
>> DTSOs are stored in vendor specific directories in Linux.
> 
> what is dtso? kernel generates dtbo

I'm sorry, my bad. I will be careful in future.

> 
>> Add the vendor prefix to the path to load the overlay correctly.
>>
>> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
>> ---
>>  include/env/ti/mmc.env | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/include/env/ti/mmc.env b/include/env/ti/mmc.env
>> index 0256a2d2aa..3e6b0287a3 100644
>> --- a/include/env/ti/mmc.env
>> +++ b/include/env/ti/mmc.env
>> @@ -70,7 +70,7 @@ get_overlay_mmc=
>>  	fdt resize 0x100000;
>>  	for overlay in $name_overlays;
>>  	do;
>> -	load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} &&
>> +	load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} &&
>>  	fdt apply ${dtboaddr};
>>  	done;
>>  get_kern_mmc=load mmc ${bootpart} ${loadaddr}
>>
>> base-commit: 2fe4b54556ea6271237b35de68dc458bfceab94c
> 
> we should move to stdboot and simplify this.

Noted.

> 

-- 
Regards,
Ravi

      reply	other threads:[~2023-09-19  4:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15 10:12 [PATCH] include: env: ti: mmc: Add 'ti' directory prefix for overlays Ravi Gunasekaran
2023-09-15 12:42 ` Nishanth Menon
2023-09-19  4:38   ` Ravi Gunasekaran [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=7ffbcf02-39db-cc2e-fbcc-ea13c34faaa4@ti.com \
    --to=r-gunasekaran@ti.com \
    --cc=afd@ti.com \
    --cc=nm@ti.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox