]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/tx25.c
MX25: tx25: Fix building due to missing MACH_TYPE
[karo-tx-uboot.git] / board / karo / tx25 / tx25.c
index d3d8ea51fd8159b98abee1e27c007d5671474ecc..2a29943733faa159ae95244af379b3305aa1753e 100644 (file)
@@ -140,7 +140,6 @@ int board_init()
        mx25_uart1_init_pins();
 #endif
        /* board id for linux */
-       gd->bd->bi_arch_number = MACH_TYPE_TX25;
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
        return 0;
 }