All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/6] configs: am335x_evm: Use omap2 generic spl load script
Date: Wed, 26 Apr 2017 11:44:13 +0530	[thread overview]
Message-ID: <d2196798-7bbc-695a-117b-79236fd54b7c@ti.com> (raw)
In-Reply-To: <20170425211024.GM12511@bill-the-cat>



On Wednesday 26 April 2017 02:40 AM, Tom Rini wrote:
> On Mon, Apr 24, 2017 at 10:23:17AM -0500, Andrew F. Davis wrote:
>> On 04/22/2017 01:50 AM, Lokesh Vutla wrote:
>>> No reason to use a separate load script for am33xx than using
>>> omap-common load script.
>>>
>>> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
>>> ---
>>>  include/configs/am335x_evm.h | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
>>> index fc8a08f5b7..796d5c32e9 100644
>>> --- a/include/configs/am335x_evm.h
>>> +++ b/include/configs/am335x_evm.h
>>> @@ -194,7 +194,7 @@
>>>  
>>>  /* USB gadget RNDIS */
>>>  
>>> -#define CONFIG_SPL_LDSCRIPT		"arch/arm/mach-omap2/am33xx/u-boot-spl.lds"
>>> +#define CONFIG_SPL_LDSCRIPT		"arch/arm/mach-omap2/u-boot-spl.lds"
>>
>> Can we make this change to all other am335x platforms? They all are
>> copy/paste from this config and now need to also be updated. After that
>> we should delete am33xx/u-boot-spl.lds.
> 
> Agreed.  It looks like d0b5d9da5de2 needs to be done to
> arch/arm/mach-omap2/u-boot-spl.lds as well, btw.

The mentioned commit takes care of mach-omap2/u-boot-spl.lds(It was
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds) as well. Or did I miss
something?

Thanks and regards,
Lokesh

> 

  reply	other threads:[~2017-04-26  6:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-22  6:50 [U-Boot] [PATCH 0/6] arm: am335x: Enable SPL_DM Lokesh Vutla
2017-04-22  6:50 ` [U-Boot] [PATCH 1/6] dm: mmc: omap_hsmmc: Update to support of-platdata Lokesh Vutla
2017-04-25 21:09   ` Tom Rini
2017-04-22  6:50 ` [U-Boot] [PATCH 2/6] dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver Lokesh Vutla
2017-04-25 21:09   ` Tom Rini
2017-04-22  6:50 ` [U-Boot] [PATCH 3/6] configs: am335x_evm: Use omap2 generic spl load script Lokesh Vutla
2017-04-24 15:23   ` Andrew F. Davis
2017-04-25  4:13     ` Lokesh Vutla
2017-04-25 21:10     ` Tom Rini
2017-04-26  6:14       ` Lokesh Vutla [this message]
2017-04-26 11:25         ` Tom Rini
2017-04-22  6:50 ` [U-Boot] [PATCH 4/6] am33xx: Provide platform data for mmc Lokesh Vutla
2017-04-25 21:10   ` Tom Rini
2017-04-26  0:05     ` Adam Ford
2017-04-26  4:29       ` Lokesh Vutla
2017-04-22  6:50 ` [U-Boot] [PATCH 5/6] configs: am335x_evm: Enable SPL_DM Lokesh Vutla
2017-04-25 21:10   ` Tom Rini
2017-04-22  6:50 ` [U-Boot] [PATCH 6/6] arm: am335x: Enable tiny printf in SPL Lokesh Vutla
2017-04-25 21:10   ` Tom Rini

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=d2196798-7bbc-695a-117b-79236fd54b7c@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=u-boot@lists.denx.de \
    /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.