Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Wolfgang Denk
Dear Dirk Behme, In message <4e3abc2c.3030...@googlemail.com> you wrote: > > Do you want to say that I should use './MAKEALL -c armv7' [1] instead > of './MAKEALL ARMV7' [2] ? You should be able to do both, with the same results. > Or even better, use a patch like [3]? If this is ok, I'd send

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Dirk Behme
On 03.08.2011 21:13, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message<1309966526-4401-1-git-send-email-dirk.be...@gmail.com> you wrote: >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. > > NAK. > > We don't add boards to MAKEALL any more. An entry in boards.cfg is

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-04 Thread Albert ARIBAUD
Hi Wolfgang, On 03/08/2011 21:12, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message<4e395e7a.3020...@aribaud.net> you wrote: >> Hi Dirk, >> >> On 06/07/2011 17:35, Dirk Behme wrote: >>> From: Dirk Behme >>> >>> Add all missing boards with CPU==armv7 from boards.cfg >>> to MAKEALL. > ...

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
Le 03/08/2011 21:15, Wolfgang Denk a écrit : > Dear Albert ARIBAUD, > > In message<4e3960ea.9050...@aribaud.net> you wrote: >> >> Reinhard, are you sure that boards that are in boards.cfg *and* in >> MAKEALL will fail to build? This is not consistent with what I see here >> with this patch. > > Th

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e3960ea.9050...@aribaud.net> you wrote: > > Reinhard, are you sure that boards that are in boards.cfg *and* in > MAKEALL will fail to build? This is not consistent with what I see here > with this patch. They will be built twice - and both builds will either su

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Dirk Behme, In message <1309966526-4401-1-git-send-email-dirk.be...@gmail.com> you wrote: > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. NAK. We don't add boards to MAKEALL any more. An entry in boards.cfg is all we need. Best regards, Wolfgang Denk -- DENX S

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e395e7a.3020...@aribaud.net> you wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: > > From: Dirk Behme > > > > Add all missing boards with CPU==armv7 from boards.cfg > > to MAKEALL. ... > Applied to u-boot-arm/master, thanks. Oh no, please not! We d

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Reinhard Meyer
Dear Albert, > > After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted > > the patch a bit hastily. All of these boards are already in boards.cfg, > > and need not be in makeall IIUC. > > > > Thus, I am rolling back master one notch and will mark the patch as > > Supersedes (could n

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Dirk Behme
On 03.08.2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme >> >> --- >> MAKEALL | 12 >> 1 file changed, 12 insertions(+)

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
On 03/08/2011 16:49, Albert ARIBAUD wrote: > On 03/08/2011 16:43, Albert ARIBAUD wrote: >> Hi Dirk, >> >> On 06/07/2011 17:35, Dirk Behme wrote: >>> From: Dirk Behme >>> >>> Add all missing boards with CPU==armv7 from boards.cfg >>> to MAKEALL. >>> >>> Signed-off-by: Dirk Behme >>> >>> --- >>> MAKE

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
On 03/08/2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme >> >> --- >> MAKEALL | 12 >> 1 file changed, 12 insertions(+)

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
Hi Dirk, On 06/07/2011 17:35, Dirk Behme wrote: > From: Dirk Behme > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. > > Signed-off-by: Dirk Behme > > --- > MAKEALL | 12 > 1 file changed, 12 insertions(+) > > Index: u-boot.git/MAKEALL > ===

[U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-07-06 Thread Dirk Behme
From: Dirk Behme Add all missing boards with CPU==armv7 from boards.cfg to MAKEALL. Signed-off-by: Dirk Behme --- MAKEALL | 12 1 file changed, 12 insertions(+) Index: u-boot.git/MAKEALL === --- u-boot.git.orig/MA