]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/tx25.c
tx25: fix crash while booting Linux
[karo-tx-uboot.git] / board / karo / tx25 / tx25.c
index 4d6a96d20e3af912bc545b9cd1d20ba219f708ed..2608698e2905edebc39a954e908070b0b00c9e50 100644 (file)
@@ -145,6 +145,9 @@ int board_init()
 
        mx25_uart_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;
 }