]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx51evk/mx51evk.c
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
[karo-tx-uboot.git] / board / freescale / mx51evk / mx51evk.c
index 94ea1f29051fc675b4de614a778f0ee63c1c5da2..f99861057725c30d224de7e7db2f6f414851eade 100644 (file)
@@ -403,14 +403,13 @@ int board_init(void)
 {
        system_rev = get_cpu_rev();
 
-       gd->bd->bi_arch_number = MACH_TYPE_MX51_BABBAGE;
        /* address of boot parameters */
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
 
        return 0;
 }
 
-#ifdef BOARD_LATE_INIT
+#ifdef CONFIG_BOARD_LATE_INIT
 int board_late_init(void)
 {
 #ifdef CONFIG_MXC_SPI