All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
  2010-11-24 11:51 [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards Prafulla Wadaskar
@ 2010-11-24  8:19 ` Albert ARIBAUD
  2010-11-24 10:17   ` Prafulla Wadaskar
  2010-11-24  9:00 ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Albert ARIBAUD @ 2010-11-24  8:19 UTC (permalink / raw)
  To: u-boot

Le 24/11/2010 12:51, Prafulla Wadaskar a ?crit :
> Kirkwood based boards where scattered in boards.cfg
> All such boards were grouped together
> The ordering is fixed
>
> Signed-off-by: Prafulla Wadaskar<prafulla@marvell.com>

Hi Prafulla,

How does this work with Eric's recent reordering of boards.cfg?

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
  2010-11-24 11:51 [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards Prafulla Wadaskar
  2010-11-24  8:19 ` Albert ARIBAUD
@ 2010-11-24  9:00 ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-11-24  9:00 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <1290599472-18072-1-git-send-email-prafulla@marvell.com> you wrote:
> Kirkwood based boards where scattered in boards.cfg
> All such boards were grouped together
> The ordering is fixed

Please read the comment at the head of the file which describes how
the file gets sorted.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The number you have dialed is imaginary. Please divide by 0  and  try
again.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
  2010-11-24  8:19 ` Albert ARIBAUD
@ 2010-11-24 10:17   ` Prafulla Wadaskar
  0 siblings, 0 replies; 5+ messages in thread
From: Prafulla Wadaskar @ 2010-11-24 10:17 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Albert ARIBAUD [mailto:albert.aribaud at free.fr]
> Sent: Wednesday, November 24, 2010 1:50 PM
> To: Prafulla Wadaskar
> Cc: u-boot at lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [PATCH] Kirkwood: grouped all Kirkwood boards
> 
> Le 24/11/2010 12:51, Prafulla Wadaskar a ?crit :
> > Kirkwood based boards where scattered in boards.cfg
> > All such boards were grouped together
> > The ordering is fixed
> >
> > Signed-off-by: Prafulla Wadaskar<prafulla@marvell.com>
> 
> Hi Prafulla,
> 
> How does this work with Eric's recent reordering of boards.cfg?

Agr..
Actually I had requested for the same and I missed it :-(
Hence I posted this patch.

Please ignore this patch, Eric has done it better.

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
@ 2010-11-24 11:51 Prafulla Wadaskar
  2010-11-24  8:19 ` Albert ARIBAUD
  2010-11-24  9:00 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Prafulla Wadaskar @ 2010-11-24 11:51 UTC (permalink / raw)
  To: u-boot

Kirkwood based boards where scattered in boards.cfg
All such boards were grouped together
The ordering is fixed

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
---
 boards.cfg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 9e03f81..5d9638e 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -51,9 +51,6 @@ meesc		arm	arm926ejs	-		esd		at91
 otc570		arm	arm926ejs	-		esd		at91
 pm9261		arm	arm926ejs	-		ronetix		at91
 pm9263		arm	arm926ejs	-		ronetix		at91
-suen3		arm	arm926ejs	km_arm		keymile		kirkwood
-rd6281a		arm	arm926ejs	-		Marvell		kirkwood
-dockstar	arm	arm926ejs	-		Seagate		kirkwood
 jadecpu		arm	arm926ejs	jadecpu		syteco		mb86r0x
 mx51evk		arm	armv7		mx51evk		freescale	mx5
 vision2		arm	armv7		vision2		ttcontrol	mx5
@@ -373,10 +370,13 @@ davinci_sffsdr	arm	arm926ejs	sffsdr		davinci		davinci
 davinci_sonata	arm	arm926ejs	sonata		davinci		davinci
 da830evm	arm	arm926ejs	da8xxevm	davinci		davinci
 da850evm	arm	arm926ejs	da8xxevm	davinci		davinci
+dockstar	arm	arm926ejs	-		Seagate		kirkwood
 guruplug	arm	arm926ejs	-		Marvell		kirkwood
 mv88f6281gtw_ge	arm	arm926ejs	-		Marvell		kirkwood
 openrd_base	arm	arm926ejs	-		Marvell		kirkwood
+rd6281a		arm	arm926ejs	-		Marvell		kirkwood
 sheevaplug	arm	arm926ejs	-		Marvell		kirkwood
+suen3		arm	arm926ejs	km_arm		keymile		kirkwood
 imx27lite	arm	arm926ejs	imx27lite	logicpd		mx27
 magnesium	arm	arm926ejs	imx27lite	logicpd		mx27
 omap5912osk	arm	arm926ejs	-		ti		omap
-- 
1.5.3.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
@ 2010-11-25  7:06 Prafulla Wadaskar
  0 siblings, 0 replies; 5+ messages in thread
From: Prafulla Wadaskar @ 2010-11-25  7:06 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Prafulla Wadaskar
> Sent: Wednesday, November 24, 2010 3:47 PM
> To: 'Albert ARIBAUD'
> Cc: u-boot at lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> Subject: RE: [PATCH] Kirkwood: grouped all Kirkwood boards
> 
> 
> 
> > -----Original Message-----
> > From: Albert ARIBAUD [mailto:albert.aribaud at free.fr]
> > Sent: Wednesday, November 24, 2010 1:50 PM
> > To: Prafulla Wadaskar
> > Cc: u-boot at lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik
> > Subject: Re: [PATCH] Kirkwood: grouped all Kirkwood boards
> >
> > Le 24/11/2010 12:51, Prafulla Wadaskar a ?crit :
> > > Kirkwood based boards where scattered in boards.cfg
> > > All such boards were grouped together
> > > The ordering is fixed
> > >
> > > Signed-off-by: Prafulla Wadaskar<prafulla@marvell.com>
> >
> > Hi Prafulla,
> >
> > How does this work with Eric's recent reordering of boards.cfg?
> 
> Agr..
> Actually I had requested for the same and I missed it :-(
> Hence I posted this patch.
> 
> Please ignore this patch, Eric has done it better.

Hi Eric,
I lost your email, I have applied your patch http://lists.denx.de/pipermail/u-boot/2010-November/082306.html to u-boot-marvell.com master branch

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-25  7:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 11:51 [U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards Prafulla Wadaskar
2010-11-24  8:19 ` Albert ARIBAUD
2010-11-24 10:17   ` Prafulla Wadaskar
2010-11-24  9:00 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-11-25  7:06 Prafulla Wadaskar

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.