From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 04 May 2011 10:26:40 +0300 Subject: [U-Boot] Documenting the CONFIG_MACH_TYPE variable Message-ID: <4DC0FFB0.5080502@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, While looking at how to document the CONFIG_MACH_TYPE variable, I caught myself wondering, why don't we provide an option to set this variable in board config file and set the bi_arch_number field in a more generic location (e.g. arch/arm/lib/board.c: board_init_f()), then it is right now (in each board's board_init() function)? Will such thing be accepted? Are there any problems with it? Have anyone tried this in the past? -- Regards, Igor.