All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
@ 2009-05-07 11:08 Detlev Zundel
  2009-05-12  1:14 ` Jean-Christophe PLAGNIOL-VILLARD
  2009-05-15  8:53 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 7+ messages in thread
From: Detlev Zundel @ 2009-05-07 11:08 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Detlev Zundel <dzu@denx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
---
 board/imx31_phycore/imx31_phycore.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c
index 93a5c40..92aba96 100644
--- a/board/imx31_phycore/imx31_phycore.c
+++ b/board/imx31_phycore/imx31_phycore.c
@@ -61,8 +61,8 @@ int board_init (void)
 	mx31_gpio_mux(MUX_CSPI2_MOSI__I2C2_SCL);
 	mx31_gpio_mux(MUX_CSPI2_MISO__I2C2_SDA);
 
-	gd->bd->bi_arch_number = 447;		/* board id for linux */
-	gd->bd->bi_boot_params = (0x80000100);	/* adress of boot parameters */
+	gd->bd->bi_arch_number = MACH_TYPE_PCM037;	/* board id for linux */
+	gd->bd->bi_boot_params = (0x80000100);		/* adress of boot parameters */
 
 	return 0;
 }
-- 
1.6.0.6

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-07 11:08 [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number Detlev Zundel
@ 2009-05-12  1:14 ` Jean-Christophe PLAGNIOL-VILLARD
  2009-05-12 21:37   ` Wolfgang Denk
  2009-05-15  8:53 ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-12  1:14 UTC (permalink / raw)
  To: u-boot

On 13:08 Thu 07 May     , Detlev Zundel wrote:
> Signed-off-by: Detlev Zundel <dzu@denx.de>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> ---
Sascha ping?

Best Regards,
J.

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-12  1:14 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-12 21:37   ` Wolfgang Denk
  2009-05-12 23:12     ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2009-05-12 21:37 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090512011419.GM18336@game.jcrosoft.org> you wrote:
> On 13:08 Thu 07 May     , Detlev Zundel wrote:
> > Signed-off-by: Detlev Zundel <dzu@denx.de>
> > Cc: Sascha Hauer <s.hauer@pengutronix.de>
> > ---
> Sascha ping?

What are you waiting for? Isn't the patch obvious?

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
Carelessly planned projects take three times longer to complete  than
expected.  Carefully  planned  projects  take  four  times  longer to
complete than expected, mostly  because  the  planners  expect  their
planning to reduce the time it takes.

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-12 21:37   ` Wolfgang Denk
@ 2009-05-12 23:12     ` Jean-Christophe PLAGNIOL-VILLARD
  2009-05-13  5:28       ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-12 23:12 UTC (permalink / raw)
  To: u-boot

On 23:37 Tue 12 May     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090512011419.GM18336@game.jcrosoft.org> you wrote:
> > On 13:08 Thu 07 May     , Detlev Zundel wrote:
> > > Signed-off-by: Detlev Zundel <dzu@denx.de>
> > > Cc: Sascha Hauer <s.hauer@pengutronix.de>
> > > ---
> > Sascha ping?
> 
> What are you waiting for? Isn't the patch obvious?
the ack from the board Maintainer which is Sascha

Best Regards,
J.

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-12 23:12     ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-13  5:28       ` Wolfgang Denk
  2009-05-13  7:15         ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2009-05-13  5:28 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090512231236.GN479@game.jcrosoft.org> you wrote:
>
> > > Sascha ping?
> > 
> > What are you waiting for? Isn't the patch obvious?
> the ack from the board Maintainer which is Sascha

For such trivial patches you can decide this yourself. That's better
than delaying things.

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
A weak mind is like a microscope, which magnifies trifling things,
but cannot receive great ones.      -- Philip Earl of Chesterfield

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-13  5:28       ` Wolfgang Denk
@ 2009-05-13  7:15         ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-13  7:15 UTC (permalink / raw)
  To: u-boot

On 07:28 Wed 13 May     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090512231236.GN479@game.jcrosoft.org> you wrote:
> >
> > > > Sascha ping?
> > > 
> > > What are you waiting for? Isn't the patch obvious?
> > the ack from the board Maintainer which is Sascha
> 
> For such trivial patches you can decide this yourself. That's better
> than delaying things.
as you ask me last time I update the arch number
http://www.mail-archive.com/u-boot at lists.denx.de/msg07273.html
---Extract----
You actually CHANGE the arch_number here; you need the board
maintainer's ACK for such a patch.
------

Best Regards,
J.

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

* [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number
  2009-05-07 11:08 [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number Detlev Zundel
  2009-05-12  1:14 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-15  8:53 ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-15  8:53 UTC (permalink / raw)
  To: u-boot

On 13:08 Thu 07 May     , Detlev Zundel wrote:
> Signed-off-by: Detlev Zundel <dzu@denx.de>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> ---
>  board/imx31_phycore/imx31_phycore.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
Applied to arm

Best Regards,
J.

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

end of thread, other threads:[~2009-05-15  8:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-07 11:08 [U-Boot] [PATCH] arm/imx31_phycore: Fix bi_arch_number Detlev Zundel
2009-05-12  1:14 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-12 21:37   ` Wolfgang Denk
2009-05-12 23:12     ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-13  5:28       ` Wolfgang Denk
2009-05-13  7:15         ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-15  8:53 ` Jean-Christophe PLAGNIOL-VILLARD

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.