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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to