]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/atmark-techno/armadillo-800eva/armadillo-800eva.c
Revert "arm: Remove unregister MACH_TYPE_xxx uses"
[people/ms/u-boot.git] / board / atmark-techno / armadillo-800eva / armadillo-800eva.c
index 0227d703e3addf05b4049b4a604435a0b3461f68..abe69abcc8db6aca5eb303eca6b68184f51afcb4 100644 (file)
@@ -271,6 +271,8 @@ int board_early_init_f(void)
 DECLARE_GLOBAL_DATA_PTR;
 int board_init(void)
 {
+       /* board id for linux */
+       gd->bd->bi_arch_number = MACH_TYPE_ARMADILLO800EVA;
        /* adress of boot parameters */
        gd->bd->bi_boot_params = ARMADILLO_800EVA_SDRAM_BASE + 0x100;