]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/board.c
API for external applications.
[karo-tx-uboot.git] / lib_ppc / board.c
index 9aa67f93c0f66a6e5764cc1ee31a856da701f924..071974506662559317844ebc70235069092f1f80 100644 (file)
@@ -928,6 +928,11 @@ void board_init_r (gd_t *id, ulong dest_addr)
        /* Initialize the jump table for applications */
        jumptable_init ();
 
+#if defined(CONFIG_API)
+       /* Initialize API */
+       api_init ();
+#endif
+
        /* Initialize the console (after the relocation and devices init) */
        console_init_r ();