[U-Boot] [PATCH 1/1] arm: fix some arch_number definition
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Jan 22 09:34:19 CET 2009
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
if you need your own id please register one here
http://www.arm.linux.org.uk/developer/machines/
Best Regards,
J.
More information about the U-Boot
mailing list