diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-09 23:06:57 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 23:06:57 +0100 |
commit | fc16904ce17bb9f12db469afbaf73bbd178cc686 (patch) | |
tree | fd544487227de95bf7d21e1bdababde84d9a4ba0 /lib_ppc/board.c | |
parent | 808da52f6202ce2ab7197b03ed405baa376e2472 (diff) | |
parent | ecc198c9b9522aa766235b7780f8ef7e01d0d0e2 (diff) |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r-- | lib_ppc/board.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 9aa67f93c0f..07197450666 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 (); |