All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rommel G Custodio <sessyargc@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support
Date: Sat, 30 Mar 2013 11:04:25 +0900	[thread overview]
Message-ID: <20130330020425.GA307@CrG.local> (raw)
In-Reply-To: <1361529411-13095-1-git-send-email-sr@denx.de>

Dear Stefan Rose,

On 2013.02/22, Stefan Roese 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.

All the best,
Rommel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130330/8766b870/attachment.pgp>

  parent reply	other threads:[~2013-03-30  2:04 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 ` Rommel G Custodio [this message]
2013-04-02  8:29   ` [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support Stefan Roese
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=20130330020425.GA307@CrG.local \
    --to=sessyargc@gmail.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.