zmx25: Place machine ID into board config
[oweals/u-boot.git] / board / syteco / zmx25 / zmx25.c
index a49d8314eb3af5acd3cfc9988931e36855d00333..a89ee1a086bae29bd82afb96d424acea3d0deb59 100644 (file)
@@ -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;