diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-09-23 02:50:50 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:01:05 +0200 |
commit | 9ba24f17b290d1a20475125f5e04b0d9ba74a1a1 (patch) | |
tree | 28a76ba657e477d60a37fdca02686f4e8e42a745 /board/syteco | |
parent | 5a9361c267b47ac3d38378bb9d77afaf6ae1981e (diff) |
zmx25: Place machine ID into board config
Let common code set the machine ID.
Cc: Matthias Weisser <weisserm@arcor.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/syteco')
-rw-r--r-- | board/syteco/zmx25/zmx25.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/syteco/zmx25/zmx25.c b/board/syteco/zmx25/zmx25.c index a49d8314eb3..a89ee1a086b 100644 --- a/board/syteco/zmx25/zmx25.c +++ b/board/syteco/zmx25/zmx25.c @@ -117,8 +117,6 @@ int board_init() writel(input_select1, &inputselect->i2c3_ipp_sda_in); /* I2C3 SDA */ writel(input_select2, &inputselect->i2c3_ipp_scl_in); /* I2C3 SCL */ - /* board id for linux */ - gd->bd->bi_arch_number = MACH_TYPE_ZMX25; gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; return 0; |