From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 13/15 v2] ppc4xx: Add Canyonlands NAND booting support
Date: Thu, 13 Mar 2008 08:19:42 +0100 [thread overview]
Message-ID: <200803130819.42675.sr@denx.de> (raw)
In-Reply-To: <20080313063214.GA2995@game.jcrosoft.org>
On Thursday 13 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 01:07 Thu 13 Mar , Wolfgang Denk wrote:
> > In message <20080312230724.GI18968@game.jcrosoft.org> you wrote:
> > > > +SOBJS = start.o init.o resetvec.o
> > > > +COBJS = ddr2_fixed.o nand_boot.o nand_ecc.o ndfc.o
> > >
> > > It will be nice to split one line for each file
> >
> > Why? IMHO the could will not become more readble that way, on
> > contrary...
Right. The readability will suffer a little by changing this into the
one-object-per-line version.
> When you have mutltiple patch for a makefile, ex : add 2 new file in 2
> patch, it could be applied without rebase it the second patch
Correct. Even though the likelyhood of multiple patches in this specific
directory is very low. But nevertheless I'm tempted to change it to the
one-object-per-line version. This makes it also easier to add one object in
alphabetical order and not having to reorder the lines. Here an example of
adding "ccccccccccccc.o":
For the multiple-objects-per-line:
-COBJS = aaaaaaaaaaaa.o bbbbbbbbbbbb.o eeeeeeeeeeee.o
-COBJS += ffffffffffff.o hhhhhhhhhhhh.o xxxxxxxxxxxx.o
+COBJS = aaaaaaaaaaaa.o bbbbbbbbbbbb.o cccccccccccc.0
+COBJS += eeeeeeeeeeee.o ffffffffffff.o hhhhhhhhhhhh.o
+COBJS += xxxxxxxxxxxx.o
For the one-object-per-line:
COBJS = aaaaaaaaaaaa.o
COBJS += bbbbbbbbbbbb.o
+COBJS += cccccccccccc.o
COBJS += eeeeeeeeeeee.o
COBJS += ffffffffffff.o
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
next prev parent reply other threads:[~2008-03-13 7:19 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-11 16:15 [U-Boot-Users] [PATCH 01/15 v2] rtc: Add M41T62 support Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 02/15 v2] ppc4xx: miiphy.c reworked Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 03/15 v2] ppc4xx: program_tlb now uses 64bit physical addess Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 04/15 v2] ppc4xx: interrupt.c reworked Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 05/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 06/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 07/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) Stefan Roese
2008-03-12 23:17 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 6:56 ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) Stefan Roese
2008-03-12 23:15 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 6:58 ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 09/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 10/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) Stefan Roese
2008-03-12 23:13 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 7:41 ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 11/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) Stefan Roese
2008-03-12 23:10 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 7:08 ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 12/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 13/15 v2] ppc4xx: Add Canyonlands NAND booting support Stefan Roese
2008-03-12 23:07 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 0:07 ` Wolfgang Denk
2008-03-13 6:32 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 7:19 ` Stefan Roese [this message]
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 14/15 v2] usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 15/15 v2] ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board 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=200803130819.42675.sr@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox