All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denys@ti.com>
To: Ankur Tyagi <Ankur.Tyagi@gallagher.com>
Cc: "meta-ti@lists.yoctoproject.org" <meta-ti@lists.yoctoproject.org>
Subject: Re: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
Date: Wed, 17 Jun 2020 19:53:43 -0400	[thread overview]
Message-ID: <20200617235343.GA9923@beryl> (raw)
In-Reply-To: <SY3PR01MB0809BA9DEC51834E825B56DEE59D0@SY3PR01MB0809.ausprd01.prod.outlook.com>

On Tue, Jun 16, 2020 at 11:40:47PM +0000, Ankur Tyagi wrote:
> Hi Denys,
> 
> Do you want me to send another patch?
> Maybe with an updated subject to differentiate?
> 
> Let me know what's the best way to proceed

Have you considered what I said here:
https://lists.yoctoproject.org/g/meta-ti/topic/74828692


> Regards
> Ankur
> 
> -----Original Message-----
> From: meta-ti@lists.yoctoproject.org <meta-ti@lists.yoctoproject.org> On Behalf Of Ankur Tyagi
> Sent: Tuesday, 16 June 2020 7:45 AM
> To: Denys Dmytriyenko <denys@ti.com>
> Cc: meta-ti@lists.yoctoproject.org
> Subject: Re: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
> 
> Hi Denys,
> 
> I did received your response and resent the patch.
> This is the reminder for the second patch.
> 
> Regards
> Ankur
> 
> -----Original Message-----
> From: Denys Dmytriyenko <denys@ti.com>
> Sent: Tuesday, 16 June 2020 7:42 AM
> To: Ankur Tyagi <Ankur.Tyagi@gallagher.com>
> Cc: meta-ti@lists.yoctoproject.org
> Subject: Re: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
> 
> On Mon, Jun 15, 2020 at 07:38:36PM +0000, Ankur Tyagi wrote:
> > Hi Denys,
> > 
> > Gentle reminder as this patch has been in the mailing list (#12992) 
> > for some time now but I haven't heard anything.
> 
> Is your subscription working properly? I did reply here:
> https://lists.yoctoproject.org/g/meta-ti/topic/74828692
> 
> 
> > Regards
> > Ankur
> > 
> > -----Original Message-----
> > From: Ankur Tyagi
> > Sent: Friday, 12 June 2020 10:49 AM
> > To: meta-ti@lists.yoctoproject.org
> > Subject: [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak 
> > assignment for uboot board config
> > 
> > When using meta-ti BSP layer, user should be able to override default 
> > uboot board config with their custom board config as it is common for 
> > customers to design custom board based upon am335x-evm dev kit.
> > 
> > Signed-off-by: Ankur Tyagi <ankur.tyagi@gallagher.com>
> > ---
> >  conf/machine/include/ti33x.inc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/conf/machine/include/ti33x.inc 
> > b/conf/machine/include/ti33x.inc index abfd7ec7..ff72a382 100644
> > --- a/conf/machine/include/ti33x.inc
> > +++ b/conf/machine/include/ti33x.inc
> > @@ -39,7 +39,7 @@ KERNEL_DEVICETREE = " \  KERNEL_DEVICETREE += 
> > "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
> >  
> >  UBOOT_ARCH = "arm"
> > -UBOOT_MACHINE = "am335x_evm_config"
> > +UBOOT_MACHINE ?= "am335x_evm_config"
> >  
> >  UBOOT_ENTRYPOINT = "0x80008000"
> >  UBOOT_LOADADDRESS = "0x80008000"
> > --
> > 2.17.1
> > 

  reply	other threads:[~2020-06-17 23:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200611223018.58178-1-ankur.tyagi@gallagher.com>
2020-06-11 22:48 ` [meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config Ankur Tyagi
2020-06-15 19:38   ` Ankur Tyagi
2020-06-15 19:41     ` Denys Dmytriyenko
2020-06-15 19:45       ` Ankur Tyagi
     [not found]       ` <1618CF3A292A2864.29686@lists.yoctoproject.org>
2020-06-16 23:40         ` Ankur Tyagi
2020-06-17 23:53           ` Denys Dmytriyenko [this message]
2020-06-18  0:40             ` Ankur Tyagi
2020-06-18  1:19               ` Denys Dmytriyenko
2020-06-18  3:54                 ` Ankur Tyagi
     [not found]                 ` <1619871A2E16E3B4.23753@lists.yoctoproject.org>
2020-06-29 16:05                   ` Ankur Tyagi
2020-06-29 21:21                     ` Denys Dmytriyenko
2020-06-30  0:55                       ` Ankur Tyagi
2020-06-30  0:57                         ` Denys Dmytriyenko
     [not found] <20200609040204.47343-1-ankur.tyagi@gallagher.com>
2020-06-11 22:13 ` Ankur Tyagi
2020-06-11 22:24   ` Denys Dmytriyenko

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=20200617235343.GA9923@beryl \
    --to=denys@ti.com \
    --cc=Ankur.Tyagi@gallagher.com \
    --cc=meta-ti@lists.yoctoproject.org \
    /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.