commit | 9d9689f8481d1240932a121a04f910877ee29bda | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Fri Jan 23 13:27:16 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 18 00:39:41 2009 +0100 |
tree | f9be70847a132903f6b2b4bc29cb7ef387359c3b | |
parent | 3d25ba55e9d5f6d01575d2f352098e1d586fdff4 [diff] |
API: Provide syscall entry point for the ARM architecture. Signed-off-by: Rafal Czubak <rcz@semihalf.com> Acked-by: Rafal Jaworowski <raj@semihalf.com>
diff --git a/lib_arm/board.c b/lib_arm/board.c index 964f5cc..fe68df0 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c
@@ -416,6 +416,11 @@ jumptable_init (); +#if defined(CONFIG_API) + /* Initialize API */ + api_init (); +#endif + console_init_r (); /* fully init console as a device */ #if defined(CONFIG_MISC_INIT_R)