[U-Boot] [PATCH 1/1] arm: fix some arch_number definition

Guennadi Liakhovetski lg at denx.de
Tue Feb 3 12:25:06 CET 2009


Sorry for a late reply, but it seems not to be upstream yet, so

On Thu, 22 Jan 2009, Jean-Christophe PLAGNIOL-VILLARD wrote:

> On 07:51 Thu 22 Jan     , Jens Gehrlein wrote:
> > Jean-Christophe PLAGNIOL-VILLARD schrieb:
> >
> >> diff --git a/board/imx31_phycore/imx31_phycore.c b/board/imx31_phycore/imx31_phycore.c
> >> index ae93444..4b72d57 100644
> >> --- a/board/imx31_phycore/imx31_phycore.c
> >> +++ b/board/imx31_phycore/imx31_phycore.c
> >> @@ -60,7 +60,7 @@ 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_arch_number = MACH_TYPE_MX31ADS;	/* board id for linux */
> >
> > Why ADS board ID for the Phycore?
> the 447 is the MX31ADS

There is a number already, could you please use

MACH_TYPE_PCM037

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.

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


More information about the U-Boot mailing list