From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 22 Jan 2009 09:34:19 +0100 Subject: [U-Boot] [PATCH 1/1] arm: fix some arch_number definition In-Reply-To: <4978178A.4070204@tqs.de> References: <1232603494-14583-1-git-send-email-plagnioj@jcrosoft.com> <1232603494-14583-2-git-send-email-plagnioj@jcrosoft.com> <4978178A.4070204@tqs.de> Message-ID: <20090122083419.GD15551@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.