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

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.