ARM: make the machid configurable via the environment
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Wed, 30 Jan 2008 08:08:49 +0000 (09:08 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 14 Feb 2008 21:24:07 +0000 (22:24 +0100)
commit3c234efa693bc59906c2be55c7918ecbb55392ea
treec0cde2d4db4c78ebf3763098135a43e261130452
parentdd24058407c5add45cc60aec6c757ddc1a17e1b0
ARM: make the machid configurable via the environment

If the variable "machid" exists, let do_bootm_linux use that instead
of bd->bi_arch_number.

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
lib_arm/armlinux.c