public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] Move arch/ppc to arch/powerpc
Date: Fri, 16 Apr 2010 16:35:44 +0200	[thread overview]
Message-ID: <20100416163544.6da3740e@wker> (raw)
In-Reply-To: <201004161437.52412.sr@denx.de>

Hi Stefan,

On Fri, 16 Apr 2010 14:37:52 +0200
Stefan Roese <sr@denx.de> wrote:
...
> [PATCH v2] Move arch/ppc to arch/powerpc
> 
> As discussed on the list, move "arch/ppc" to "arch/powerpc" to
> better match the Linux directory structure.
> 
> Please note that this patch also changes the "ppc" target in
> MAKEALL to "powerpc" to match this new infrastructure. But "ppc"
> is kept as an alias for now, to not break compatibility with
> scripts using this name.

Could you please also merge the patch below into your big patch?
MAKEALL ppc reports link errors for MVSMR board without it.

Thanks,
Anatolij

diff --git a/board/matrix_vision/mvsmr/u-boot.lds b/board/matrix_vision/mvsmr/u-boot.lds
index cfbb6ef..36f867d 100644
--- a/board/matrix_vision/mvsmr/u-boot.lds
+++ b/board/matrix_vision/mvsmr/u-boot.lds
@@ -55,11 +55,11 @@ SECTIONS
   {
     /* WARNING - the following is hand-optimized to fit within  */
     /* the first two sectors (=8KB) of our S29GL flash chip */
-    cpu/mpc5xxx/start.o          (.text)
-    cpu/mpc5xxx/traps.o          (.text)
-    lib_generic/crc32.o         (.text)
-    lib_ppc/cache.o             (.text)
-    lib_ppc/time.o              (.text)
+    arch/powerpc/cpu/mpc5xxx/start.o	(.text)
+    arch/powerpc/cpu/mpc5xxx/traps.o	(.text)
+    lib/crc32.o				(.text)
+    arch/powerpc/lib/cache.o		(.text)
+    arch/powerpc/lib/time.o			(.text)
 
     /* This is only needed to force failure if size of above code will ever */
     /* increase and grow into reserved space. */

  parent reply	other threads:[~2010-04-16 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-16 12:37 [U-Boot] [PATCH v2] Move arch/ppc to arch/powerpc Stefan Roese
2010-04-16 13:59 ` Peter Tyser
2010-04-16 14:28   ` Kumar Gala
2010-04-16 14:35 ` Anatolij Gustschin [this message]
2010-04-16 14:42   ` 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=20100416163544.6da3740e@wker \
    --to=agust@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox