]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/board.c
* The PS/2 mux on the BMS2003 board needs 450 ms after power on
[u-boot] / lib_arm / board.c
index cca708cfb2c60481a3d8e39e23eb6f2cc0d70735..1591ba2b0ce38a37b509b2d84689b4a3ea1a5486 100644 (file)
@@ -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. */