]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/isee/igep0030/igep0030.c
OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.
[karo-tx-uboot.git] / board / isee / igep0030 / igep0030.c
index 492d9d40ffaa482e858f35cc274ba3bc3dd725f3..653c1b5abb1978f6a2b3aff1f6b6c8c61e34f525 100644 (file)
@@ -39,8 +39,6 @@ DECLARE_GLOBAL_DATA_PTR;
 int board_init(void)
 {
        gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
-       /* board id for Linux */
-       gd->bd->bi_arch_number = MACH_TYPE_IGEP0030;
        /* boot param addr */
        gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100);