summaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-09 22:06:15 (GMT)
committerWolfgang Denk <wd@denx.de>2008-01-09 22:06:15 (GMT)
commitecc198c9b9522aa766235b7780f8ef7e01d0d0e2 (patch)
tree66c8d0f5456decaa19ba8ba61df2c100a4b0efc5 /lib_ppc/board.c
parentcc557950f742fe18003638963e267d52036159ce (diff)
parent500856eb1707ed17d9204baa61dd59948d3b2899 (diff)
downloadu-boot-fsl-qoriq-ecc198c9b9522aa766235b7780f8ef7e01d0d0e2.tar.xz
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r--lib_ppc/board.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index 9aa67f9..0719745 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -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 ();