]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/faraday/a320evb/a320evb.c
arm: a320evb: define mach-type in board config file
[karo-tx-uboot.git] / board / faraday / a320evb / a320evb.c
index 2578be4f92c469e6eef4ee5f86ed48580244c908..dfd186ba8a9481ede518b5c84fc52c83f090206d 100644 (file)
@@ -31,7 +31,6 @@ DECLARE_GLOBAL_DATA_PTR;
 
 int board_init(void)
 {
-       gd->bd->bi_arch_number = MACH_TYPE_FARADAY;
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
 
        ftsmc020_init();        /* initialize Flash */