summaryrefslogtreecommitdiffstats
path: root/lib_arm/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_arm/board.c')
-rw-r--r--lib_arm/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_arm/board.c b/lib_arm/board.c
index cca708cfb2..1591ba2b0c 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -337,8 +337,8 @@ void start_armboot (void)
}
#endif /* CFG_CMD_NET */
-#ifdef BOARD_POST_INIT
- board_post_init ();
+#ifdef BOARD_LATE_INIT
+ board_late_init ();
#endif
/* main_loop() can return to retry autoboot, if so just run it again. */
OpenPOWER on IntegriCloud