Merge branch 'master' of git://git.denx.de/u-boot-arm
[platform/kernel/u-boot.git] / arch / arm / lib / board.c
index 9b16d75..a482706 100644 (file)
@@ -589,7 +589,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
        }
 #endif
 
-#ifdef BOARD_LATE_INIT
+#ifdef CONFIG_BOARD_LATE_INIT
        board_late_init();
 #endif