From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Weisser Date: Tue, 19 Apr 2011 20:42:52 +0200 Subject: [U-Boot] Update and Cut down mach types In-Reply-To: <20110419142105.E8254D5269B@gemini.denx.de> References: <0554BEF07D437848AF01B9C9B5F0BC5DC365D89D@dlee01.ent.ti.com> <4DAD90AF.2080105@arcor.de> <20110419142105.E8254D5269B@gemini.denx.de> Message-ID: <4DADD7AC.10200@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang Am 19.04.2011 16:21, schrieb Wolfgang Denk: > Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, >> solution for ARM but non-Linux u-boot ports then? What should be passed >> to gd->bd->bi_arch_number? > > I think you have two options: > > 1) Complain with RMK about the removal of yoru MACH_ID. Explain to > him that you use this elsewhere and ash to re-add it. The point it that it makes no sense to add an MACH_ID to the database for a board that probably will never run Linux. > 2) If you don;t use Linux on that board, there will be no code who > ever looks at bi_arch_number, so just pass a random number (like 0) > there. This approach was rejected in 2009 when I initially send patches for this board. But I would like to go that way (adding a comment so that it is clear what is going on) So, I expect that this is OK and I send a patch then when time permits. Thanks, Matthias