All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support
Date: Tue, 02 Apr 2013 10:29:46 +0200	[thread overview]
Message-ID: <515A96FA.2090509@denx.de> (raw)
In-Reply-To: <20130330020425.GA307@CrG.local>

Hi Rommel,

On 30.03.2013 03:04, Rommel G Custodio wrote:
>> diff --git a/arch/powerpc/cpu/ppc4xx/Makefile b/arch/powerpc/cpu/ppc4xx/Makefile
>> index 8da2f86..e301dc6 100644
>> --- a/arch/powerpc/cpu/ppc4xx/Makefile
>> +++ b/arch/powerpc/cpu/ppc4xx/Makefile
>> @@ -68,6 +68,10 @@ COBJS	+= miiphy.o
>>  COBJS	+= uic.o
>>  endif
>>  
>> +ifdef CONFIG_SPL_BUILD
>> +COBJS-y += spl_boot.o
>> +endif
>> +
>>  SRCS	:= $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
>>  OBJS	:= $(addprefix $(obj),$(SOBJS) $(COBJS) $(COBJS-y))
>>  START	:= $(addprefix $(obj),$(START))
> 
> I think spl_boot.c is missing from this patch series.

Yes, its missing. I'll resubmit shortly.

Thanks,
Stefan

  reply	other threads:[~2013-04-02  8:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 10:36 [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support Stefan Roese
2013-02-22 10:36 ` [U-Boot] [PATCH 2/3] Makefile: Add target for combined u-boot.img & spl/u-boot.bin Stefan Roese
2013-04-22  8:19   ` Stefan Roese
2013-02-22 10:36 ` [U-Boot] [PATCH 3/3] ppc4xx: Add lcd4_lwmon5 support Stefan Roese
2013-03-07 12:01   ` [U-Boot] [PATCH 3/3 v2] " Stefan Roese
2013-03-08 15:50     ` [U-Boot] [PATCH 3/3 v3] " Stefan Roese
2013-04-22  8:20       ` Stefan Roese
2013-03-30  2:04 ` [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support Rommel G Custodio
2013-04-02  8:29   ` Stefan Roese [this message]
2013-04-02  8:37 ` [U-Boot] [PATCH 1/3 v2] " Stefan Roese
2013-04-22  8:19   ` Stefan Roese

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=515A96FA.2090509@denx.de \
    --to=sr@denx.de \
    --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.